Just recipe to update single flake, moved some home configs

This commit is contained in:
2025-04-06 12:55:05 +02:00
parent 11e8f2f8c6
commit b5c273e072
6 changed files with 33 additions and 21 deletions

View File

@ -57,5 +57,11 @@ Update and switch
- Will update the flakes and nix-channel, then switch if there are no errors
```Shell
just update
just update-all
```
To update a single flake and rebuild
```Shell
just update zen-browser
```