2024-12-26 22:19:23 +01:00
|
|
|
# NixOS Configurations
|
|
|
|
|
2024-12-29 00:34:39 +01:00
|
|
|
My NixOS configurations for my desktop
|
2024-12-29 22:16:38 +01:00
|
|
|
|
|
|
|
## 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
|
|
|
|
```
|