add emulation option
This commit is contained in:
parent
860af80a0a
commit
7a3c74421c
6 changed files with 12 additions and 2 deletions
|
@ -2,14 +2,22 @@
|
|||
{
|
||||
options = {
|
||||
desktop = {
|
||||
|
||||
enable = lib.mkOption {
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
|
||||
emulation.enable = lib.mkOption {
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
|
||||
windowManager = lib.mkOption {
|
||||
default = "Hyprland";
|
||||
type = lib.types.str;
|
||||
};
|
||||
|
||||
};
|
||||
server.enable = lib.mkOption {
|
||||
default = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue