diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-13 23:35:00 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-13 23:35:00 -0700 |
| commit | f3387c888aba10dc6315a838358303e79a624acd (patch) | |
| tree | 5c080f51af140cb5412c6ebcb615ed7a56b298f9 /modules/home-manager | |
| parent | ecddd3d06c1a18ad388666c24c2374cd508b8a20 (diff) | |
nix run alias doesn't because of missing space
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/shell.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 12d3805..612c92a 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -14,7 +14,6 @@ # checkgpu = "(lspci | grep VGA)"; cat = "bat -f # --paging never"; search = "nix search nixpkgs#"; - run- = "nix run nixpkgs#"; }; configFile.source = ../../resources/nushell/config.nu; extraConfig = '' |
