The dotfiles for my NixOS system
Install Home Manager.
The nixos folder requires nixos/configuration.nix to be linked to /etc/nixos/configuration.nix.
# ln -s /home/travis/dotfiles/nixos/configuration.nix /etc/nixos/configuration.nixSome things, such as Firefox and NixOS, have my username hardcoded, so you'll need to change that to use this.
For GitHub use, generate and link a new SSH key.
My Firefox config is mostly copied from noib3 and Shen Zhou Hong