{ config, lib, ... }: with lib; let cfg = config.modules.plasma; in { config = mkIf cfg.enable { services.desktopManager.plasma6.enable = true; }; }