just switch # build & activate
just fmt # nixfmt .
just check # nix flake checkhost/<name>/— NixOS system config;host/bundles/— shared system moduleshome/<name>.nix— home-manager entrypoint;home/bundles/<bundle>/— feature groups (cli, desktop, i3, work, game)- Individual program configs live as separate files inside each bundle dir (e.g.
home/bundles/cli/helix.nix)
- Bundles are imported or not — no
mkIftoggling within bundles pkgs-stable(nixpkgs 25.05) is passed viaspecialArgs; use it for packages that break on unstable (discord, obsidian, spotify, slack already use it)- Theming: stylix + Catppuccin Mocha, configured in
home/bundles/i3/stylix.nix