diff --git a/flake.nix b/flake.nix index 411ef61d..4bbdd2ec 100644 --- a/flake.nix +++ b/flake.nix @@ -75,6 +75,11 @@ help = "Validate the flake"; command = "nix flake check"; } + { + name = "pkgs"; + help = "List currently installed system packages"; + command = "bat /etc/current-system-packages"; + } { name = "switch-nixinator"; help = "Rebuild and activate the nixinator config";