Unverified Commit ca62c098 authored by K900's avatar K900 Committed by GitHub
Browse files

nixos/kde-pim: include kcontacts for merkuro's widgets (#406220)

parents 5f688a48 b6c61519
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -33,8 +33,14 @@ in
      ++ lib.optionals cfg.kontact [
        kontact
      ]
      ++ lib.optionals cfg.merkuro [
      ++ lib.optionals cfg.merkuro (
        [
          merkuro
      ];
        ]
        # Only needed when using the Merkuro Contacts widget in Plasma.
        ++ lib.optionals config.services.desktopManager.plasma6.enable [
          kcontacts
        ]
      );
  };
}