956f0296 ^
8a54a149 ^
170d9607 ^
1
2
3
4 5
6
{config, ...}: { xdg.configFile."python/pythonrc".source = ./pythonrc; programs.zsh.sessionVariables = { "PYTHONSTARTUP" = "${config.xdg.configHome}/python/pythonrc"; }; }