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