From d2b0cee9fa07f41aee79d4018417baa738d7992b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 9 May 2024 14:17:59 +0200 Subject: fix(hm/conf/python): Correctly tell python to use a history file --- hm/soispha/conf/python/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/python/default.nix') diff --git a/hm/soispha/conf/python/default.nix b/hm/soispha/conf/python/default.nix index 74a2e4c0..826d466d 100644 --- a/hm/soispha/conf/python/default.nix +++ b/hm/soispha/conf/python/default.nix @@ -1,5 +1,5 @@ {config, ...}: { - xdg.configFile."python/pythonrc".source = ./pythonrc; + xdg.configFile."python/pythonrc".source = ./pythonrc.py; programs.zsh.sessionVariables = { "PYTHONSTARTUP" = "${config.xdg.configHome}/python/pythonrc"; }; -- cgit 1.4.1