Skip to content

s-zeng/dotfiles-hm

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

About

Dotfiles, managed by home-manager

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors