Apply the NixOS configuration using:
sudo nixos-rebuild switch --flake .#<host>This will enable the nh utility. Thus, subsequent applications can be triggered using:
nh os switch -c <host>
# or, just:
nh os switchApply the Home-Manager configuration using:
home-manager switch --flake .#<user>@<host>
# or:
nh home switch -c <user>@<host>Lastly, run the setup script to apply all the impure adjustments:
nix develop .#impure-setup --command fish
# inside the development shell, run:
execute-impure-setupThe repository is licensed under the zlib license.