From 762979e902319b2bfad21978f09591cd0d1cd371 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 25 Oct 2024 14:59:26 -0700 Subject: Add useful nix aliases for nipsy --- home/nipsy/common/core/zsh/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home') diff --git a/home/nipsy/common/core/zsh/default.nix b/home/nipsy/common/core/zsh/default.nix index b2d20da..831faf4 100644 --- a/home/nipsy/common/core/zsh/default.nix +++ b/home/nipsy/common/core/zsh/default.nix @@ -39,6 +39,8 @@ export PASSWORD_STORE_ENABLE_EXTENSIONS=true la = "ls -aF --color=auto"; ll = "ls -alFhs --color=auto"; lock = "xscreensaver-command -lock"; + nix-list-derivations = "nix-store --query --requisites /run/current-system | cut -d- -f2- | sort | uniq"; + nix-list-generations = "nixos-rebuild list-generations"; steam-no-beta = "steam -clearbeta"; zgrep = "zgrep --color=auto"; }; -- cgit v1.2.3