switch lillie to gnome

This commit is contained in:
willifan 2025-07-14 16:50:34 +02:00
parent 19aceb4879
commit 18075d1d78
6 changed files with 23 additions and 12 deletions

View file

@ -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;
};
};
};