removed the removing of config directories

This commit is contained in:
KoenDR06 2025-04-29 09:32:09 +02:00
parent bc95d0c47d
commit c4e3304333

View file

@ -34,6 +34,7 @@ in {
pulsemixer pulsemixer
python312Packages.gpustat python312Packages.gpustat
swaybg swaybg
wirelesstools
wofi wofi
xdg-desktop-portal-hyprland xdg-desktop-portal-hyprland
]; ];
@ -44,9 +45,7 @@ in {
system.activationScripts.script.text = '' system.activationScripts.script.text = ''
cd /home/horseman; cd /home/horseman;
rm -r .config/hypr .config/eww .config/wofi;
cp -r nix-config/modules/wm/hyprland/config/* .config; cp -r nix-config/modules/wm/hyprland/config/* .config;
chown -R horseman:users .config/hypr .config/eww .config/wofi
''; '';
}; };
} }