enable python by default
This commit is contained in:
@@ -19,8 +19,9 @@ let
|
|||||||
in
|
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;
|
default = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|||||||
Reference in New Issue
Block a user