Skip to content

Commit

Permalink
nixos/plasma6: enable programs.kde-pim by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Apr 3, 2024
1 parent bff39a6 commit 3bea647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/desktop-managers/plasma6.nix
Expand Up @@ -217,6 +217,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.
Expand Down

0 comments on commit 3bea647

Please sign in to comment.