nix store search alias

This commit is contained in:
Filippo Berto 2021-09-02 15:39:16 +02:00
parent 12fd3bc3a2
commit 08be180637

View file

@ -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