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