1 2 3 4 5 6 7 8
{pkgs, config, ...}: { programs.kde-pim = { enable = true; kmail = false; merkuro = false; kontact = false; }; }