nixos/terminfo: use profileRelativeSessionVariables
This commit is contained in:
@@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user