dot_testing/home/python/default.nix

10 lines
153 B
Nix

{ lib, config, pkgs, home, ... }:
{
home.file = {
".config/python/pythonrc.py" = {
source = ../../.config/python/pythonrc.py;
};
};
}