This commit is contained in:
Christoph Hollizeck 2024-04-04 19:27:35 +02:00
parent 26741fa4d7
commit 3a8003e671
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 10 additions and 3 deletions

View file

@ -6,9 +6,11 @@
...
}:
with lib;
with lib.wyrdgard; let
with lib.wyrdgard;
let
cfg = config.wyrdgard.submodules.graphical-interface;
in {
in
{
options.wyrdgard.submodules.graphical-interface = with types; {
enable = mkBoolOpt false "Whether to enable a graphical interface";
};
@ -20,7 +22,7 @@ in {
enable = true;
wayland.enable = true;
};
desktopManager.plasma5.enable = true;
};
services.desktopManager.plasma6 = enabled;
};
}