My Nix/NixOS configuration
If you're on a Unix-like system that's not NixOS, these instructions should hopefully work.
- Install Nix and activate the local shell:
sh <(curl -L https://nixos.org/nix/install) --no-daemon
. ~/.nix-profile/etc/profile.d/nix.sh
- Make sure your local Nix configuration includes the following features:
$ cat ~/.config/nix/nix.conf
experimental-features = nix-command flakes
- Run the flake bootstrap script in this repository:
./scripts/flake-bootstrap.sh
- Build and activate the configuration!
home-manager switch --flake './#mvertescher'