feat: Enable python dev environments by default

This commit is contained in:
UGA Innovation Factory
2025-12-10 10:34:58 -05:00
committed by Hunter Halloran
parent 826aa0c501
commit 67e763cb5f

View File

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