This commit is contained in:
KoenDR06 2025-03-04 21:36:54 +01:00
parent def078abfc
commit d448ebcbed
7 changed files with 24 additions and 16 deletions

View file

@ -25,7 +25,8 @@ in {
cd /home/horseman && \
rm -r .config/qtile && \
cp -r nix-config/modules/wm/qtile/config \
.config/qtile
.config/qtile && \
sudo chown -R horseman:users .config/qtile
'';
};
}