about summary refs log tree commit diff stats
path: root/home-manager/python/default.nix
blob: 4fd01a0a50dce7bc7441ff6148a84ed6970c7866 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  config,
  pkgs,
  ...
}: {
  xdg.configFile."python/pythonrc".source = ./pythonrc;
}
# vim: ts=2