enable python by default

This commit is contained in:
UGA Innovation Factory
2025-12-10 10:34:58 -05:00
parent 2d27ec13e7
commit 698bcdf617

View File

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