disable vscode

This commit is contained in:
datsudo 2025-06-04 02:54:01 +08:00
parent fcf4605bd9
commit 8db694019a

View File

@ -26,7 +26,7 @@ in
type = types.bool;
};
vscode.enable = mkOption {
default = true;
default = false;
type = types.bool;
};
};