update vscode

This commit is contained in:
Ingolf Wagner 2024-04-01 18:37:10 +02:00
parent 179be2d2a2
commit 838f01bc0c
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -3,7 +3,8 @@ with lib;
{
options.components.gui.vscode.enable = mkOption {
type = lib.types.bool;
default = config.components.gui.enable;
#default = config.components.gui.enable;
default = false;
};
config = mkIf (config.components.gui.vscode.enable) {