🗒 Desktop screenshot and short list of deps

This commit is contained in:
Martin Berg Alstad 2025-01-04 18:06:59 +01:00
parent 211f311d0d
commit 8f7dcd3ce7
Signed by: martials
GPG Key ID: A3824877B269F2E2
2 changed files with 17 additions and 1 deletions

View File

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

BIN
assets/desktop.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB