From 36c22a0d4cb59d43bdd89fa53a71d6b0653b573e Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 28 Jun 2025 04:03:51 +0200 Subject: [PATCH] Home: Update python to 3.13 --- home/christoph/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 3f2dd5ec..81e07b53 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -386,7 +386,7 @@ rec { hunspellDicts.de_DE # TODO: Module, I need to add python packages from multiple modules to the same interpreter - python312 + python313 # Use NixCommunity binary cache cachix @@ -461,7 +461,7 @@ rec { enableFishIntegration = config.modules.fish.enable; enableNushellIntegration = false; enableXsessionIntegration = true; - agents = ["ssh"]; + # agents = ["ssh"]; # Deprecated keys = ["id_ed25519"]; };