From 13fbe47a06de10e2a14e4b27b46e5554f8410a7d Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 7 Aug 2022 13:15:06 +0200 Subject: [PATCH] new command --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) 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";