1
0
Fork
You've already forked nixos
0
No description
  • Nix 100%
2026年06月17日 07:40:48 -04:00
hosts/minhtop Update to NixOS 26.05 2026年06月17日 07:40:26 -04:00
lib updated config 2026年06月07日 16:30:49 -04:00
modules Updating default font and helix keybinds 2026年06月17日 07:40:48 -04:00
overlays updated config 2026年06月07日 16:30:49 -04:00
pkgs updated config 2026年06月07日 16:30:49 -04:00
wallpapers Update to Noctalia V5 2026年06月17日 07:39:33 -04:00
.envrc feat: added direnv support 2026年01月23日 17:22:49 -06:00
.gitignore updated config 2026年06月07日 16:30:49 -04:00
flake.lock Update to NixOS 26.05 2026年06月17日 07:40:26 -04:00
flake.nix Update to NixOS 26.05 2026年06月17日 07:40:26 -04:00
README.md feat(README): add a readme 2026年01月14日 13:43:46 -06:00

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