feat: Enable python dev environments by default
This commit is contained in:
committed by
Hunter Halloran
parent
826aa0c501
commit
67e763cb5f
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user