added chown to boot command for hypr
This commit is contained in:
parent
8190647f78
commit
863b0522ec
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ in {
|
||||||
system.activationScripts.script.text = ''
|
system.activationScripts.script.text = ''
|
||||||
cd /home/horseman;
|
cd /home/horseman;
|
||||||
rm -r .config/hypr .config/eww;
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue