Home: Update python to 3.13
This commit is contained in:
@ -386,7 +386,7 @@ rec {
|
|||||||
hunspellDicts.de_DE
|
hunspellDicts.de_DE
|
||||||
|
|
||||||
# TODO: Module, I need to add python packages from multiple modules to the same interpreter
|
# TODO: Module, I need to add python packages from multiple modules to the same interpreter
|
||||||
python312
|
python313
|
||||||
|
|
||||||
# Use NixCommunity binary cache
|
# Use NixCommunity binary cache
|
||||||
cachix
|
cachix
|
||||||
@ -461,7 +461,7 @@ rec {
|
|||||||
enableFishIntegration = config.modules.fish.enable;
|
enableFishIntegration = config.modules.fish.enable;
|
||||||
enableNushellIntegration = false;
|
enableNushellIntegration = false;
|
||||||
enableXsessionIntegration = true;
|
enableXsessionIntegration = true;
|
||||||
agents = ["ssh"];
|
# agents = ["ssh"]; # Deprecated
|
||||||
keys = ["id_ed25519"];
|
keys = ["id_ed25519"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user