✍ Update readme with commands

This commit is contained in:
Martin Berg Alstad 2024-12-29 22:16:38 +01:00
parent a65404bb8c
commit bd6c1b821b
Signed by: martials
GPG Key ID: A3824877B269F2E2

View File

@ -1,3 +1,22 @@
# NixOS Configurations
My NixOS configurations for my desktop
## Commands
Format all .nix files
```Shell
./fmt
```
Rebuild and test Nix configuration
- Will add all new files to git and format all nix-files
```Shell
./test
```
Rebuild and switch Nix configuration
- Will add all new files to git and format all nix-files
```Shell
./rebuild
```