From 698bcdf617cb62084631c52104e703d1a2479ef9 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Wed, 10 Dec 2025 10:34:58 -0500 Subject: [PATCH] enable python by default --- sw/python.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/sw/python.nix b/sw/python.nix index 3902f4e..1a1ad7d 100644 --- a/sw/python.nix +++ b/sw/python.nix @@ -20,6 +20,7 @@ in { options.modules.sw.python = { enable = mkEnableOption "Python development tools (pixi, uv)"; + default = true; }; config = mkIf cfg.enable {