about summary refs log tree commit diff stats
path: root/home-manager/soispha/config/python/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/soispha/config/python/default.nix')
-rw-r--r--home-manager/soispha/config/python/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/home-manager/soispha/config/python/default.nix b/home-manager/soispha/config/python/default.nix
new file mode 100644
index 00000000..eeaccdcf
--- /dev/null
+++ b/home-manager/soispha/config/python/default.nix
@@ -0,0 +1,7 @@
+{
+  config,
+  pkgs,
+  ...
+}: {
+  xdg.configFile."python/pythonrc".source = ./pythonrc;
+}