Add README
This commit is contained in:
parent
22af56d39d
commit
82260aff47
18
README.md
Normal file
18
README.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Install on a non NixOS system
|
||||
|
||||
Install nix either with the package, or using determinate systems installer. Make sure that `flakes` and `nix-command` are enabled.
|
||||
```
|
||||
experimental-features = flakes nix-command
|
||||
```
|
||||
|
||||
Run home-manager the first time with nix commands.
|
||||
```
|
||||
nix run home-manager -- switch --flake .
|
||||
```
|
||||
|
||||
Afterwards make can be used
|
||||
```
|
||||
make home
|
||||
```
|
||||
|
||||
The terminal needs to have the [Roboto Mono Nerdfont](https://www.nerdfonts.com/font-downloads) installed.
|
Loading…
x
Reference in New Issue
Block a user