summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-12-04 22:41:40 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2023-12-04 22:41:40 -0700
commit27851fc178dfa5490209f5c53a73ae2610d654f5 (patch)
tree24fbfc00d93fc4aa435d007090836e3cd50c18f3 /modules
parentf7f3937a3a32e669e2cc16152e65092ca56f5897 (diff)
option necessary to fix broken less formatting
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/shell.nix3
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