This repository holds the nix configuration for my hosts.
Install Nix.
For home-manager-only systems such as odyssey
, use:
home-manager --flake .#odyssey switch
If you don't yet have home-manager installed, you can use nix-shell
to temporarily get it:
nix-shell -p home-manager
home-manager --flake .#odyssey switch --impure --extra-experimental-features "flakes nix-command"
After the first time running you don't need the --extra-experimental-features
flag.
Huge thanks to lovesegfault's nix-config which this repo is mostly a copy of.