Expand install instructions
This commit is contained in:
parent
2dbfb6d646
commit
b5b19b6f2a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ sh <(curl -L https://nixos.org/nix/install)
|
|||
sudo echo 'experimental-features = nix-command flakes' >> /etc/nix/nix.conf
|
||||
sudo echo 'keep-derivations = true' >> /etc/nix/nix.conf
|
||||
sudo echo 'keep-outputs = true' >> /etc/nix/nix.conf
|
||||
sudo echo 'auto-optimise-store = true' >> /etc/nix/nix.conf
|
||||
|
||||
# home-manager
|
||||
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
|
||||
|
|
Loading…
Reference in a new issue