Add flake with home-manager

This commit is contained in:
Florian RICHER 2023-02-02 00:17:10 +01:00
parent a5186ea3d6
commit 500d8a4fd4
5 changed files with 109 additions and 13 deletions

View file

@ -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
```