diff --git a/sw/python.nix b/sw/python.nix index 3902f4e..0dc680f 100644 --- a/sw/python.nix +++ b/sw/python.nix @@ -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 {