moved env vars
This commit is contained in:
@@ -70,6 +70,10 @@ in
|
|||||||
(inputs.wrappers.wrapperModules.zsh.apply {
|
(inputs.wrappers.wrapperModules.zsh.apply {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
binName = "jsl-zsh";
|
binName = "jsl-zsh";
|
||||||
|
env = {
|
||||||
|
LANG = "en_US.UTF-8";
|
||||||
|
COLORTERM = "truecolor";
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
completion = {
|
completion = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -140,10 +144,6 @@ in
|
|||||||
packages.gdu = inputs.wrappers.lib.wrapPackage {
|
packages.gdu = inputs.wrappers.lib.wrapPackage {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
package = pkgs.gdu;
|
package = pkgs.gdu;
|
||||||
env = {
|
|
||||||
LANG = "en_US.UTF-8";
|
|
||||||
COLORTERM = "truecolor";
|
|
||||||
};
|
|
||||||
args = [ "-x" "--si" "--collapse-path" "--mouse" "$@" ];
|
args = [ "-x" "--si" "--collapse-path" "--mouse" "$@" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user