diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-04 22:41:40 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-12-04 22:41:40 -0700 |
| commit | 27851fc178dfa5490209f5c53a73ae2610d654f5 (patch) | |
| tree | 24fbfc00d93fc4aa435d007090836e3cd50c18f3 /modules/home-manager | |
| parent | f7f3937a3a32e669e2cc16152e65092ca56f5897 (diff) | |
option necessary to fix broken less formatting
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/shell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/home-manager/shell.nix b/modules/home-manager/shell.nix index 2796207..a32a086 100644 --- a/modules/home-manager/shell.nix +++ b/modules/home-manager/shell.nix @@ -5,6 +5,9 @@ ll = "ls -l"; }; configFile.source = ../../resources/nushell/config.nu; + environmentVariables = { + MANROFFOPT = "-c"; + }; extraConfig = '' source ~/.cache/starship/init.nu |
