removed the removing of config directories
This commit is contained in:
parent
bc95d0c47d
commit
c4e3304333
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue