diff --git a/README.md b/README.md index 8d79854..b8599f3 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,38 @@ # 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 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 ``` diff --git a/assets/desktop.png b/assets/desktop.png new file mode 100644 index 0000000..5b3642f Binary files /dev/null and b/assets/desktop.png differ