nixos/terminfo: use profileRelativeSessionVariables
This commit is contained in:
parent
866cc3e792
commit
671404509b
|
@ -12,7 +12,7 @@
|
||||||
source = "${config.system.path}/share/terminfo";
|
source = "${config.system.path}/share/terminfo";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.profileRelativeEnvVars = {
|
environment.profileRelativeSessionVariables = {
|
||||||
TERMINFO_DIRS = [ "/share/terminfo" ];
|
TERMINFO_DIRS = [ "/share/terminfo" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue