enable python by default

This commit is contained in:
UGA Innovation Factory
2025-12-10 10:37:16 -05:00
parent 698bcdf617
commit d74b1eeb9b

View File

@@ -19,8 +19,9 @@ let
in
{
options.modules.sw.python = {
enable = mkEnableOption "Python development tools (pixi, uv)";
default = true;
enable = mkEnableOption "Python development tools (pixi, uv)" // {
default = true;
};
};
config = mkIf cfg.enable {