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