6c95ed3ebb1c45b5285c49dc86719aaaa651a1f1
- Pin home-manager input to release-26.05 to match nixpkgs (was resolving to HM master / 26.11, causing a Home Manager version mismatch warning). - Drop niri.enableKeybinds = true from the dank HM config; keybinds are already provided by the imported DMS niri homeModule (includes), and using both together triggered the "enableKeybinds and includes.enable" warning. - Enable my.profiles.dank on mibook (machines/mibook/environments.nix). - Rebuild confirmed exit 0 with both target warnings resolved. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018Sv2QAunLcLo3tS1YsfLgN
Private NixOS Configuration
Structure
.
├── images # custom image generations
├── machines # machine definitions
├── modules # own nix-options, to modularize services/hardware/...
├── overlays # overlays
├── pkgs # own packages, which are not available in nixpkgs
└── environments # summarize module collections into single options
Commands
# Rebuild (switch/boot/test)
sudo nixos-rebuild switch --flake '.#jupiter'
# Update Flake
nix flake update
# Channel list
sudo nix-channel --list
# Channel update
sudo nix-channel --update
Description
Languages
Nix
100%