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/ + ''; }