about summary refs log tree commit diff stats
path: root/modules/home/conf/python/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/python/default.nix')
-rw-r--r--modules/home/conf/python/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/home/conf/python/default.nix b/modules/home/conf/python/default.nix
deleted file mode 100644
index 826d466d..00000000
--- a/modules/home/conf/python/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{config, ...}: {
-  xdg.configFile."python/pythonrc".source = ./pythonrc.py;
-  programs.zsh.sessionVariables = {
-    "PYTHONSTARTUP" = "${config.xdg.configHome}/python/pythonrc";
-  };
-}