Skip to content

Repository files navigation

dotfiles-hm

Dotfiles, managed by Home Manager.

Produces largely the same config as my old dotfiles repo

Installation

  1. Install home manager
  2. Clone this repo to ~/.config/nixpkgs/
  3. Create local.nix in 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;
      };
    }
  4. Run home-manager switch --impure

Color scheme

Warm Burnout defaults to the light variant. Switch every managed application at runtime with:

warm-burnout dark
warm-burnout light
warm-burnout toggle

The 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.

About

Dotfiles, managed by home-manager

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages