From 2293a621bf8e47cc4d35bba11e1e740a529dc2f0 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 11 Dec 2023 22:54:45 +0000 Subject: moved env variable to env file --- modules/home-manager/shell.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/home-manager') diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index ad435da..9378034 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -14,9 +14,6 @@ cat = "bat -f # --paging never"; }; configFile.source = ../../resources/nushell/config.nu; - environmentVariables = { - MANROFFOPT = "-c"; - }; extraConfig = '' source ~/.cache/starship/init.nu -- cgit v1.2.3