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 run .#impure-setupThis repo also contains a templating engine alongside tailored development templates. Get started using:
nix run github:debarchito/.dotfiles#generateInitialize a template (e.g Rust) using:
nix run github:debarchito/.dotfiles#generate rust ./hello-world name=hello-world description="Say hello to the world!"The run using:
nix run ./hello-worldThe repository is licensed under the zlib license.