update vscode
This commit is contained in:
parent
179be2d2a2
commit
838f01bc0c
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ with lib;
|
||||||
{
|
{
|
||||||
options.components.gui.vscode.enable = mkOption {
|
options.components.gui.vscode.enable = mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = config.components.gui.enable;
|
#default = config.components.gui.enable;
|
||||||
|
default = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf (config.components.gui.vscode.enable) {
|
config = mkIf (config.components.gui.vscode.enable) {
|
||||||
|
|
Loading…
Reference in a new issue