about summary refs log blame commit diff stats
path: root/home-manager/config/python/default.nix
blob: 4fd01a0a50dce7bc7441ff6148a84ed6970c7866 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                       
{
  config,
  pkgs,
  ...
}: {
  xdg.configFile."python/pythonrc".source = ./pythonrc;
}
# vim: ts=2