This commit is contained in:
Noa Aarts 2024-06-19 11:55:32 +02:00
parent 08818ecd22
commit 044d34b030

View file

@ -7,13 +7,8 @@ in
enable = lib.mkEnableOption "enable kde plasma 6";
};
imports = [
../applications
];
config = lib.mkIf cfg.enable {
modules.apps.enable = true;
services.desktopManager.plasma6.enable = true;
xdg.portal.config.common.default = "*";