feat(shell): add alias for listing all packages

This commit is contained in:
Mohammad Rafiq 2025-03-24 23:59:01 +08:00
parent 6283a63524
commit be1069f5b9
No known key found for this signature in database

View file

@ -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;