✍ Update readme with commands
This commit is contained in:
parent
a65404bb8c
commit
bd6c1b821b
19
README.md
19
README.md
@ -1,3 +1,22 @@
|
|||||||
# NixOS Configurations
|
# NixOS Configurations
|
||||||
|
|
||||||
My NixOS configurations for my desktop
|
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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user