We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce2c88 commit 185f7e4Copy full SHA for 185f7e4
README.md
@@ -3,9 +3,5 @@
3
## Get Started
4
5
```sh
6
-sudo nixos-rebuild switch --flake '.#wsl'
7
-
8
-nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
9
-nix-channel --update
10
-home-manager init --switch --flake '.#beleap' --impure
+./scripts/init
11
```
scripts/init
@@ -1 +1,3 @@
1
+nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
2
+nix-channel --update
home-manager init --switch --flake '.#beleap' --impure
0 commit comments