diff --git a/common/users/cameron/home-manager/zsh.nix b/common/users/cameron/home-manager/zsh.nix index 7ff3b6e..48c4422 100644 --- a/common/users/cameron/home-manager/zsh.nix +++ b/common/users/cameron/home-manager/zsh.nix @@ -165,6 +165,8 @@ function rmbookmark() { x = "exit"; ":q" = "exit"; ":wq" = "exit"; + + lg = "nix-env --list-generations --profile /nix/var/nix/profiles/system"; };