home/xdg: move some envvars to their respective modules

This commit is contained in:
2025-04-25 16:02:28 +02:00
parent e465db8888
commit 48ea97af39
3 changed files with 7 additions and 5 deletions

View File

@@ -17,5 +17,8 @@
sys.ps2='\x01\x1b[1;49;31m\x02...\x01\x1b[0m\x02 ' # bright red
'';
home.sessionVariables.PYTHONSTARTUP = "${config.xdg.configHome}/python/pyrc";
home.sessionVariables = {
PYTHONSTARTUP = "${config.xdg.configHome}/python/pyrc";
PYTHON_HISTORY = "${config.xdg.dataHome}/python_history";
};
}