I no longer maintain this repository. I have switched to a flake-based configuration.
First, install Nix. You can use a script contained in this repository:bash ./install-nix.sh
You will need a local configuration in ~/local/identity.nix
.
Copy identity.sample.nix
to the directory and modify it.
Perform an initial installation of home-manager using the following command:
nix-shell --command 'make install'
Switch the configuration by running the following command:
nix-shell --command 'make home-manager'