Add flake with home-manager
This commit is contained in:
parent
a5186ea3d6
commit
500d8a4fd4
5 changed files with 109 additions and 13 deletions
|
@ -12,4 +12,13 @@ Build and switch
|
|||
|
||||
```bash
|
||||
nixos-rebuild switch --flake .#<hostname>
|
||||
```
|
||||
|
||||
Build script to activate in current shell
|
||||
```bash
|
||||
nix build .#hmConfig.<hostname>.activationPackage
|
||||
```
|
||||
with
|
||||
```bash
|
||||
./result/activate
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue