From 27851fc178dfa5490209f5c53a73ae2610d654f5 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 4 Dec 2023 22:41:40 -0700 Subject: option necessary to fix broken less formatting --- modules/home-manager/shell.nix | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3