From be2ec73c211a730b2b84de12f3439d03b9e95d75 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 13 Jan 2024 10:07:31 -0700 Subject: nix search and nix run aliases --- modules/home-manager/shell.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home-manager') diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 3224f8d..12d3805 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -13,6 +13,8 @@ # egpu = "(DRI_PRIME=pci-0000_05_00_0 glxinfo | grep 'OpenGL renderer')"; # checkgpu = "(lspci | grep VGA)"; cat = "bat -f # --paging never"; + search = "nix search nixpkgs#"; + run- = "nix run nixpkgs#"; }; configFile.source = ../../resources/nushell/config.nu; extraConfig = '' -- cgit v1.2.3