nixos/plasma6: enable programs.kde-pim by default

(cherry picked from commit 4169ba8920)
This commit is contained in:
Sandro Jäckel 2024-03-27 23:03:44 +01:00 committed by github-actions[bot]
parent e6dacc093c
commit d24055bd37

View File

@ -212,6 +212,7 @@ in {
};
programs.gnupg.agent.pinentryPackage = mkDefault pkgs.pinentry-qt;
programs.kde-pim.enable = mkDefault true;
programs.ssh.askPassword = mkDefault "${kdePackages.ksshaskpass.out}/bin/ksshaskpass";
# Enable helpful DBus services.