This commit is contained in:
2023-02-02 14:52:46 -05:00
parent 756929ef33
commit 7b53993ae2
5 changed files with 167 additions and 3 deletions

View File

@@ -11,6 +11,12 @@ sh <(curl -L https://nixos.org/nix/install) --no-daemon
. /home/sstent/.nix-profile/etc/profile.d/nix.sh
```
## Enable flakes & nix-command
```
mkdir -p ~/.config/nix/
echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
```
## Setup channels and enable path
```
nix-channel --add https://github.com/rycee/home-manager/archive/master.tar.gz home-manager