update vscode

feature/clan.lol
Ingolf Wagner 2024-04-01 18:37:10 +02:00
parent 179be2d2a2
commit 838f01bc0c
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
1 changed files with 2 additions and 1 deletions

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) {