From 3835d68a43d9636cc5ddfbafefee133511cbc528 Mon Sep 17 00:00:00 2001 From: Cameron Reed Date: Sun, 14 Apr 2024 18:15:37 -0600 Subject: [PATCH] New alias --- common/users/cameron/home-manager/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; };