More hyprland and eww config

This commit is contained in:
KoenDR06 2025-03-09 18:16:59 +01:00
parent 22f029cf3e
commit 53a85240f2
4 changed files with 36 additions and 15 deletions

View file

@ -34,12 +34,10 @@ in {
HandlePowerKey=ignore
'';
system.activationScripts.script.text = ''
cd /home/horseman && \
rm -r .config/hypr && \
cp -r nix-config/modules/wm/hyprland/config \
.config/hypr && \
cd /home/horseman;
rm -r .config/hypr .config/eww;
cp -r nix-config/modules/wm/hyprland/config/* .config
'';
};
}