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