Dotfiles, managed by Home Manager.
Produces largely the same config as my old dotfiles repo
- Install home manager
- Clone this repo to
~/.config/nixpkgs/ - Create
local.nixin repo root:{ username = "your-username"; name = "Your Name"; email = "you@example.com"; system = "aarch64-darwin"; # or "x86_64-linux" config = { useWayland = false; thinkpad = false; graphical = true; allowUnfree = true; }; }
- Run
home-manager switch --impure
Warm Burnout defaults to the light variant. Switch every managed application at runtime with:
warm-burnout dark
warm-burnout light
warm-burnout toggleThe command does not rebuild or activate Home Manager. Ghostty, WezTerm, Helix, Neovim, Zed, and running Zellij sessions reload automatically; new processes inherit the selected variant.