diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-11 22:54:45 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-11 22:54:45 +0000 |
| commit | 2293a621bf8e47cc4d35bba11e1e740a529dc2f0 (patch) | |
| tree | 332519b2f2c371e206d9e5efb3625c29817c1269 /modules/home-manager | |
| parent | 99a9130869ff0804fabfa20ff03d1328114bebdb (diff) | |
moved env variable to env file
Diffstat (limited to 'modules/home-manager')
| -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 |
