mirror of
https://github.com/sstent/nixfotfiles_1.git
synced 2026-02-07 13:01:41 +00:00
sync
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user