update readme
This commit is contained in:
parent
dfa933097e
commit
9769c79fbd
1 changed files with 19 additions and 1 deletions
18
README.md
18
README.md
|
@ -27,3 +27,21 @@ cp /etc/nixos/hardware-configuration.nix ./nixos/hardware-configuration.nix
|
|||
```
|
||||
|
||||
TODO: Add more.
|
||||
|
||||
4. *Change settings across `nixos/configuration.nix`, `shared_config.nix`, `home.nix` and `shared_home.nix` to your preferences* (Username, etc)
|
||||
|
||||
5. Test it out
|
||||
> NixOS
|
||||
> ```bash
|
||||
> sudo nixos-rebuild test --flake .#[hostname]
|
||||
> ```
|
||||
> Home
|
||||
> ```bash
|
||||
> home-manager switch
|
||||
> ```
|
||||
Default hostnames are `blackstar` (desktop) and `rogue` (laptop)
|
||||
|
||||
6. Set as default
|
||||
```bash
|
||||
sudo nixos-rebuild switch --flake .#[hostname]
|
||||
```
|
Reference in a new issue