nh
nh copied to clipboard
Yet another nix cli helper
The image used in the README still references `--nom` when it should be `--no-nom`.
`nh os switch -S` should maybe also activate the home-manager specialization with the same name (probably behind a flag)? Currently I have to run `home-manager generations`, copy the store path...
Implements build-vm command into nh
It would be nice if you can instantiate templates with `nh` from your `$FLAKE`.
Optionally elevate to root with pkexec or doas. Ideally clean-up how to self-elevate, instead of calling `sudo argv[..]`
When using `nixos-rebuild` I don't have to define any configuration if there is a flake file inside `/etc/nixos/flake.nix`. Then I can just run `nixos-rebuild switch`. What I am asking for...