1

Home: Update python to 3.13

This commit is contained in:
2025-06-28 04:03:51 +02:00
parent 1fac385e93
commit 2570984168

View File

@ -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"];
};