From 170d9607d0171045312504b458df8b990a12f63c Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 8 Oct 2023 11:05:33 +0200 Subject: fix(hm/conf/python): Set the sessionVariables in zsh context --- hm/soispha/conf/python/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/python') 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"; }; } -- cgit 1.4.1