From be1069f5b9e02e1df8238ec6e696200391959bf8 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Mon, 24 Mar 2025 23:59:01 +0800 Subject: [PATCH] feat(shell): add alias for listing all packages --- users/modules/sh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/modules/sh.nix b/users/modules/sh.nix index 81b8a80..6574f38 100644 --- a/users/modules/sh.nix +++ b/users/modules/sh.nix @@ -21,6 +21,7 @@ gs = "git status"; ai = "aichat -r %shell% -e"; cd = "z"; + list-all-packages = "nix-store --query --requisites /run/current-system | cut -d- -f2- | sort | uniq"; }; editorconfig = { enable = true;