diff options
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 |
