From f3387c888aba10dc6315a838358303e79a624acd Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 13 Jan 2024 23:35:00 -0700 Subject: nix run alias doesn't because of missing space --- modules/home-manager/shell.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') 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 = '' -- cgit v1.2.3