9 lines
249 B
Markdown
9 lines
249 B
Markdown
# Install Nix/Lix
|
|
`curl --proto '=https' --tlsv1.2 -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm`
|
|
|
|
# Bootstrap home-manager
|
|
```
|
|
nix run nixpkgs#git https://git.mlaga97.space/mlaga97/mlaga97-nix
|
|
cd mlaga97-nix
|
|
./home.sh
|
|
```
|