new command
This commit is contained in:
@ -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";
|
||||||
|
Reference in New Issue
Block a user