1

new command

This commit is contained in:
2022-08-07 13:15:06 +02:00
parent 186f2c0f48
commit 13fbe47a06

View File

@ -75,6 +75,11 @@
help = "Validate the flake"; help = "Validate the flake";
command = "nix flake check"; command = "nix flake check";
} }
{
name = "pkgs";
help = "List currently installed system packages";
command = "bat /etc/current-system-packages";
}
{ {
name = "switch-nixinator"; name = "switch-nixinator";
help = "Rebuild and activate the nixinator config"; help = "Rebuild and activate the nixinator config";