39 lines
580 B
Markdown
Raw Normal View History

2024-12-26 22:19:23 +01:00
# NixOS Configurations
My NixOS configurations with dotfiles for my desktop
![Screenshot of desktop](./assets/desktop.png)
## Includes
| | |
|--------|------------|
| WM | Hyprland |
| Shell | Fish |
| Prompt | Starship |
| Theme | Catppuccin |
2024-12-29 22:16:38 +01:00
## Commands
Format all .nix files
2024-12-29 22:16:38 +01:00
```Shell
./fmt
```
Rebuild and test Nix configuration
2024-12-29 22:16:38 +01:00
- Will add all new files to git and format all nix-files
2024-12-29 22:16:38 +01:00
```Shell
./test
```
Rebuild and switch Nix configuration
2024-12-29 22:16:38 +01:00
- Will add all new files to git and format all nix-files
2024-12-29 22:16:38 +01:00
```Shell
./rebuild
```