Persional nixos configuration
.github | ||
configs | ||
disko | ||
hosts | ||
modules | ||
overlays | ||
pkgs | ||
secrets | ||
.editorconfig | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
install.sh | ||
README.md |
💜 Shizuru - NixOS Configuration
Shizuru
Aesthetic, Modular NixOS Configuration
🌟 Preview
Hyprland Screenshots
Quickshell config inspired by caelestia-dots/shell






Screenshots last updated: 2025-04-29
Niri Screenshots






Screenshots last updated: 2025-06-23
✨ Features
Core
- ❄️ Flakes – Declarative and reproducible system
- 🏡 hjem + hjem-rum – Modular home config system
- 💽 home-manager – Legacy support during transition
Desktop Environment
- 🏠 Niri – Primary Wayland compositor
- ⚠️ Hyprland – Secondary Wayland compositor
- 📊 QuickShell – System panel and desktop UI
Applications
- 🚀 Walker – Application launcher
- 📝 VSCodium & NvChad – Code editors
- 🐟 Fish + Starship – Shell environment
- 🖥️ WezTerm + Kitty – Terminal emulators
🗂️ Project Structure
modules
├── common
│ ├── desktop
│ │ ├── themes
│ │ │ ├── default.nix
│ │ │ ├── gtk.nix
│ │ │ └── qt.nix
│ │ ├── audio.nix
│ │ ├── displaymanager.nix
│ │ ├── fonts.nix
│ │ ├── niri.nix
│ │ ├── notify.nix
│ │ └── portal.nix
│ ├── drivers
│ │ ├── amd.nix
│ │ ├── intel.nix
│ │ └── nvidia.nix
│ ├── programs
│ │ ├── editors
│ │ ├── media
│ │ ├── scripts
│ │ ├── terminal
│ │ ├── ui
│ │ └── wezterm
│ ├── system
│ │ ├── bootloader.nix
│ │ ├── network.nix
│ │ ├── services.nix
│ │ └── virtualization.nix
│ └── default.nix
├── desktop
│ ├── app
│ ├── hyprland
│ ├── niri
│ └── default.nix
├── options
│ ├── hana.nix
│ └── shizuru.nix
├── share
│ ├── spec-hana.nix
│ └── package-options.nix
└── default.nix
🛠️ Components
Category | Components |
---|---|
Window Manager | Niri, Hyprland |
Shell | Fish + Atuin + Starship |
Terminal | WezTerm, Kitty |
Editor | VSCodium, NvChad via nix4nvchad |
UI Components | AGS, HyprPanel, QuickShell |
Utilities | yazi, grimblast, wl-clip-persist |
System | CachyOS kernel, NetworkManager |
<EFBFBD> Theming
- Color Scheme: Catppuccin Mocha & Dark
- Fonts: JetBrains Mono, LigaMono Nerd Font
- Icons: Papirus-Dark
- Cursor: Chiharu
🙏 Acknowledgments
This configuration draws inspiration from many amazing NixOS users:
- Frost-Phoenix/nixos-config
- nomadics9/NixOS-Flake
- LudovicoPjero/dotfiles
- Ly-sec/nixos
- samiulbasirfahim/Flakes
- justinlime/dotfiles
- fufexan/dotfiles
- NotAShelf/nyx
- hjem & hjem-rum for home config
Special thanks to the NixOS community for their incredible work!