plasma again (only works in x11)

This commit is contained in:
twoneis 2024-07-01 20:36:08 +02:00
parent b2fdc1f970
commit caa9c6cfc1
4 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{ lib, config, ... }: lib.mkIf (config.withPlasma) {
services.desktopManager.plasma6.enable = true;
}