From c4e3304333ec4cb6555a91e308b71adf04192fad Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Tue, 29 Apr 2025 09:32:09 +0200 Subject: [PATCH] removed the removing of config directories --- modules/wm/hyprland/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index 5e343e7..452ede4 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -34,6 +34,7 @@ in { pulsemixer python312Packages.gpustat swaybg + wirelesstools wofi xdg-desktop-portal-hyprland ]; @@ -44,9 +45,7 @@ in { system.activationScripts.script.text = '' cd /home/horseman; - rm -r .config/hypr .config/eww .config/wofi; cp -r nix-config/modules/wm/hyprland/config/* .config; - chown -R horseman:users .config/hypr .config/eww .config/wofi ''; }; }