about summary refs log tree commit diff stats
path: root/hm/soispha/conf/python/default.nix
blob: 93a530c7e78d7302e202c1d93666838eacd0ec1f (plain) (blame)
1
2
3
4
5
6
{config, ...}: {
  xdg.configFile."python/pythonrc".source = ./pythonrc;
  environment.sessionVariables = {
    "PYTHONSTARTUP" = "${config.xdg.configHome}/python/pythonrc";
  };
}