variables to correct gdu output

This commit is contained in:
John Lancaster
2026-04-19 10:48:07 -05:00
parent ca2f5ac7c8
commit 58816b2356
+4 -1
View File
@@ -140,7 +140,10 @@ in
packages.gdu = inputs.wrappers.lib.wrapPackage {
inherit pkgs;
package = pkgs.gdu;
runtimeInputs = with pkgs; [ glibc ];
env = {
LANG = "en_US.UTF-8";
COLORTERM = "truecolor";
};
args = [ "-x" "--si" "--collapse-path" "--mouse" "$@" ];
};
};