moved env vars

This commit is contained in:
John Lancaster
2026-04-19 10:55:51 -05:00
parent 58816b2356
commit b8c73b446c
+4 -4
View File
@@ -70,6 +70,10 @@ in
(inputs.wrappers.wrapperModules.zsh.apply {
inherit pkgs;
binName = "jsl-zsh";
env = {
LANG = "en_US.UTF-8";
COLORTERM = "truecolor";
};
settings = {
completion = {
enable = true;
@@ -140,10 +144,6 @@ in
packages.gdu = inputs.wrappers.lib.wrapPackage {
inherit pkgs;
package = pkgs.gdu;
env = {
LANG = "en_US.UTF-8";
COLORTERM = "truecolor";
};
args = [ "-x" "--si" "--collapse-path" "--mouse" "$@" ];
};
};