add home-manager scripts

This commit is contained in:
Andreas Zweili 2021-11-20 16:30:25 +01:00
parent 3c7fea6b9c
commit ee9392c42e
3 changed files with 10 additions and 0 deletions

View File

@ -1,2 +1,6 @@
# nixos
## Install home-manager
1. run `scripts/add-home-manager-channel.sh`
2. run `scripts/install-home-manager.sh`

View File

@ -0,0 +1,3 @@
nix-channel --add https://github.com/nix-community/home-manager/archive/release-21.05.tar.gz home-manager
nix-channel --update
reboot

View File

@ -0,0 +1,3 @@
nix-shell '<home-manager>' -A install
rm -r ~/.config/qtile
home-manager switch