My nixos/macos configuration as a flake. Including dotfiles/home-manager/packages.
Clone the repository and, depending on the system, execute the following commands:
# Build the flake to ./result
make build
# Switch the system to the newest version of this flake
make switch
# Build the flake to ./result
make hmbuild
# Switch the system to the newest version of this flake
make hmswitch
# View news
make hmnews
make update