moved options together
This commit is contained in:
@@ -60,24 +60,23 @@
|
|||||||
description = "Whether to enable docker stuff";
|
description = "Whether to enable docker stuff";
|
||||||
};
|
};
|
||||||
|
|
||||||
options.graphical.discord = lib.mkOption {
|
options.graphical = {
|
||||||
|
discord = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
ghostty = lib.mkOption {
|
||||||
options.graphical.ghostty = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
steam = lib.mkOption {
|
||||||
options.graphical.steam = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Whether this system has Steam installed";
|
description = "Whether this system has Steam installed";
|
||||||
};
|
};
|
||||||
|
vscode = lib.mkOption {
|
||||||
options.graphical.vscode = lib.mkOption {
|
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user