about summary refs log blame commit diff stats
path: root/modules/home.legacy/conf/python/default.nix
blob: 09f5c5cefe29ebd1cf829da0e5cfbbe40c074488 (plain) (tree)
1
2
3
4
5
6
                
                                                          
                           
                                                                 
 
{config, ...}: {
  xdg.configFile."python/pythonrc".source = ./pythonrc.py;
  home.sessionVariables = {
    "PYTHONSTARTUP" = "${config.xdg.configHome}/python/pythonrc";
  };
}