2024-12-26 22:19:23 +01:00
|
|
|
# NixOS Configurations
|
|
|
|
|
2025-01-04 18:06:59 +01:00
|
|
|
My NixOS configurations with dotfiles for my desktop
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
## Includes
|
|
|
|
|
|
|
|
| | |
|
|
|
|
|--------|------------|
|
|
|
|
| WM | Hyprland |
|
|
|
|
| Shell | Fish |
|
|
|
|
| Prompt | Starship |
|
|
|
|
| Theme | Catppuccin |
|
2024-12-29 22:16:38 +01:00
|
|
|
|
|
|
|
## Commands
|
|
|
|
|
|
|
|
Format all .nix files
|
2025-01-04 18:06:59 +01:00
|
|
|
|
2024-12-29 22:16:38 +01:00
|
|
|
```Shell
|
|
|
|
./fmt
|
|
|
|
```
|
|
|
|
|
|
|
|
Rebuild and test Nix configuration
|
2025-01-04 18:06:59 +01:00
|
|
|
|
2024-12-29 22:16:38 +01:00
|
|
|
- Will add all new files to git and format all nix-files
|
2025-01-04 18:06:59 +01:00
|
|
|
|
2024-12-29 22:16:38 +01:00
|
|
|
```Shell
|
|
|
|
./test
|
|
|
|
```
|
|
|
|
|
|
|
|
Rebuild and switch Nix configuration
|
2025-01-04 18:06:59 +01:00
|
|
|
|
2024-12-29 22:16:38 +01:00
|
|
|
- Will add all new files to git and format all nix-files
|
2025-01-04 18:06:59 +01:00
|
|
|
|
2024-12-29 22:16:38 +01:00
|
|
|
```Shell
|
|
|
|
./rebuild
|
|
|
|
```
|