Here is my NixOS and Home Manager configurations. The configurations are provided as a flake and should currently be considered work in progress.
To build the NixOS configuration located in hosts/
run the following command:
sudo nixos-rebuild --flake . switch
To build the home manager configuration located in homes/
run the following command:
home-manager --flake . switch
To build the ISO image with a NixOS installer run the following command:
nix build .#packages.iso