enable python by default
This commit is contained in:
@@ -19,9 +19,10 @@ 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 {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
|||||||
Reference in New Issue
Block a user