No description
- Nix 100%
| hosts/minhtop | Update to NixOS 26.05 | |
| lib | updated config | |
| modules | Updating default font and helix keybinds | |
| overlays | updated config | |
| pkgs | updated config | |
| wallpapers | Update to Noctalia V5 | |
| .envrc | feat: added direnv support | |
| .gitignore | updated config | |
| flake.lock | Update to NixOS 26.05 | |
| flake.nix | Update to NixOS 26.05 | |
| README.md | feat(README): add a readme | |
NixOS Configuration
My personal NixOS configuration
Structure
.
├── hosts/
│ └── minhtop/
├── modules/
│ ├── home-manager/
│ └── nixos/
├── lib/
└── flake.nix
Usage
Rebuild the system:
sudo nixos-rebuild switch --flake .#minhtop
Test changes temporarily:
sudo nixos-rebuild test --flake .#minhtop
Modules
- Theming: Stylix with Evergarden theme
- Window Manager: Niri with custom bindings and rules
- Gaming: Steam, Lutris, and gaming optimizations
- Development: Shell environments and tooling
Hosts
minhtop
- Hardware: Dell XPS 15 9520 (NVIDIA)
- WM: Niri
- Theme: Evergarden
Dependencies
- NixOS with flakes enabled
- Home-manager
- NixOS 25.11