From e9710d4aabe8304754fa9ab5c00dd9e02470cb7d Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Sun, 15 Mar 2026 12:04:24 +0000 Subject: [PATCH] finding hyprland.conf error --- Droidnix/generated/hyprland/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Droidnix/generated/hyprland/hyprland.nix b/Droidnix/generated/hyprland/hyprland.nix index bebf1a01d..863bcb672 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -38,5 +38,11 @@ in }; } // hyprlandConfs; + + # Manually copy files using a shell command + system.activationScripts.copyHyprlandFiles = '' + mkdir -p ~/.config/hypr/ + cp ${flakeRoot}/assets/hyprland/conf/hypr/* ~/.config/hypr/ + ''; }; }