diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-11 17:49:16 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-11 17:49:16 -0700 |
| commit | 356ff18cb9386c5612c02511fcef532cc0f13e22 (patch) | |
| tree | 77e42123789f69356404a325e22a84c93eae5021 /modules/home-manager/shell.nix | |
| parent | ef1459a50e3959ef98b792a0e912ebcfea233c13 (diff) | |
| parent | 2293a621bf8e47cc4d35bba11e1e740a529dc2f0 (diff) | |
Merge branch 'master' of ssh://git.wormcar.gay:2200/devinf/nix-config
Diffstat (limited to 'modules/home-manager/shell.nix')
| -rw-r--r-- | modules/home-manager/shell.nix | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
