diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-13 10:07:31 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-13 10:07:31 -0700 |
| commit | be2ec73c211a730b2b84de12f3439d03b9e95d75 (patch) | |
| tree | cb15740b990975cf38d024e670530e936117313a /modules | |
| parent | 1b73ac2ff1de54e375e38db7c9e904926e8e9198 (diff) | |
nix search and nix run aliases
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home-manager/shell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 = '' |
