fix(nix-hm): ensure TERMINFO_DIRS are set

This commit is contained in:
Price Hiller 2024-02-29 05:23:49 -06:00
parent 987eaf8edb
commit 3d6a5a0e40
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -117,6 +117,10 @@ in {
};
} // softLinkDots ".config";
sessionVariables = {
TERMINFO_DIRS = "${config.home.homeDirectory}/.nix-profile/share/terminfo";
WSLENV = "TERMINFO_DIRS";
};
sessionPath = [
"${config.xdg.dataHome}/bin"
];