switch lillie to gnome
This commit is contained in:
parent
19aceb4879
commit
18075d1d78
6 changed files with 23 additions and 12 deletions
|
@ -43,9 +43,15 @@
|
|||
type = lib.types.str;
|
||||
};
|
||||
|
||||
wm.plasma6.enable = lib.mkOption {
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
wm = {
|
||||
plasma6.enable = lib.mkOption {
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
gnome.enable = lib.mkOption {
|
||||
default = false;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue