From 08be18063701dbde02427283a2a2fc9eef3c0c8c Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 2 Sep 2021 15:39:16 +0200 Subject: [PATCH] nix store search alias --- modules/shell_aliases.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell_aliases.nix b/modules/shell_aliases.nix index 4e5e228..67336fe 100644 --- a/modules/shell_aliases.nix +++ b/modules/shell_aliases.nix @@ -5,6 +5,7 @@ let "scu" = "systemctl --user"; "hm" = "home-manager"; "ns" = "nix search nixpkgs"; + "nf" = "find /nix/store/ -maxdepth 1 | grep"; "dk" = "docker"; }; in