added chown to boot command for hypr

This commit is contained in:
KoenDR06 2025-03-18 14:18:16 +01:00
parent 8190647f78
commit 863b0522ec

View file

@ -42,7 +42,8 @@ in {
system.activationScripts.script.text = ''
cd /home/horseman;
rm -r .config/hypr .config/eww;
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
'';
};
}