My Home Manager configuration, very much inspired by Tidying up your $HOME with Nix.
- Install Nix
- Enable flakes
- Clone this repository into
~/.config/nixpkgs
- Run
nix run . switch
in that directory
- Edit
home.nix
and runhome-manager switch
Useful references
- There are several cases where I could be using
programs.*
with the built-in options rather than usinghome.packages
along withhome.file.*
, which would likely yield a better-integrated setup.