docs: fix minor mistakes

This commit is contained in:
kenji
2026-01-03 10:13:52 -06:00
parent d061d30426
commit c82d3872a1
+4 -4
View File
@@ -5,7 +5,7 @@ A modular, flake-based NixOS configuration for a single host (`hakase`).
## Features
- **Hyprland** compositor with UWSM (systemd session management)
- **Stylix** for automatic system-wide theming from wallpaper colors
- **Matugen** for automatic system-wide theming from wallpaper colors
- **Hardened Firefox** with custom bookmarks and new tab page
- **Vim keybindings** throughout the system
- **SOPS** for encrypted secrets management
@@ -28,7 +28,7 @@ A modular, flake-based NixOS configuration for a single host (`hakase`).
│ ├── firefox/ # Browser configuration
│ ├── ghostty/ # Terminal emulator
│ ├── neovim/ # Editor (via nixovim flake)
│ ├── walker/ # Application launcher
│ ├── vicinae/ # Application launcher
│ └── ... # And many more
├── secrets/ # SOPS encrypted secrets
└── assets/ # Wallpapers and other assets
@@ -78,8 +78,8 @@ Central configuration values are defined in `config.nix`:
| chaotic | CachyOS kernel and packages |
| sops-nix | Secrets management |
| nixovim | Neovim configuration |
| stylix | System-wide theming |
| walker | Application launcher |
| matugen | System-wide theming |
| vicinae | Application launcher |
| textfox | Firefox CSS theme |
## License