Clone the repository:
$ git clone [email protected]:~sirn/dotfiles ~/.dotfiles
Install Nix:
$ sh <(curl -L https://nixos.org/nix/install) --daemon
Configure nix, edit ~/.config/nix/nix.conf
:
experimental-features = nix-command flakes
Setup Home Manager:
$ nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
$ nix-channel --update
Setup home directory with Home Manager:
$ ~/.dotfiles/bin/home-manager-switch