23 lines
355 B
Markdown
23 lines
355 B
Markdown
# 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
|
|
```
|