summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home-manager/shell.nix3
-rw-r--r--modules/nixos/environment.nix1
2 files changed, 1 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
diff --git a/modules/nixos/environment.nix b/modules/nixos/environment.nix
index 225ddda..a4a18a8 100644
--- a/modules/nixos/environment.nix
+++ b/modules/nixos/environment.nix
@@ -13,6 +13,7 @@
MANPAGER = "sh -c 'col -bx | bat -l man -p'";
EDITOR = "hx";
ZEIT_DB = "/home/defin/Documents/zeit";
+ MANROFFOPT = "-c";
};
};
}