From c82d3872a1e43e803bcafeeb7944f43f0bfa8bb3 Mon Sep 17 00:00:00 2001 From: kenji Date: Sat, 3 Jan 2026 10:13:52 -0600 Subject: [PATCH] docs: fix minor mistakes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6940c20..f83ebaa 100644 --- a/README.md +++ b/README.md @@ -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