diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index eb4a55c..83a4564 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -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 ''; }; }