From 54eb40c7f554429f0920917b5b6efe2f45af21bb Mon Sep 17 00:00:00 2001 From: Dmitriy Holkin Date: Fri, 7 Feb 2020 03:07:59 +0400 Subject: [PATCH] add show-packages alias --- modules/workspace/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/workspace/zsh.nix b/modules/workspace/zsh.nix index 94e07f4..ad3199e 100644 --- a/modules/workspace/zsh.nix +++ b/modules/workspace/zsh.nix @@ -36,6 +36,7 @@ "bard" = "systemctl --user stop barrier-client.service &"; "wgup" = "_ systemctl start wg-quick-wg0.service"; "wgdown" = "_ systemctl stop wg-quick-wg0.service"; + "show-packages" = "_ nix-store -q --references /run/current-system/sw"; }; initExtra = '' nixify() {