update readme
This commit is contained in:
parent
dfa933097e
commit
9769c79fbd
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
@ -26,4 +26,22 @@ sudo nixos-generate-config
|
|||
cp /etc/nixos/hardware-configuration.nix ./nixos/hardware-configuration.nix
|
||||
```
|
||||
|
||||
TODO: Add more.
|
||||
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