about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/python/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/python/default.nix b/hm/soispha/conf/python/default.nix
index 93a530c7..74a2e4c0 100644
--- a/hm/soispha/conf/python/default.nix
+++ b/hm/soispha/conf/python/default.nix
@@ -1,6 +1,6 @@
 {config, ...}: {
   xdg.configFile."python/pythonrc".source = ./pythonrc;
-  environment.sessionVariables = {
+  programs.zsh.sessionVariables = {
     "PYTHONSTARTUP" = "${config.xdg.configHome}/python/pythonrc";
   };
 }