modules.packages: enable kde-pim and kdeconnect unconditionally

This commit is contained in:
2025-09-25 15:25:56 +08:00
parent 5ecf68637f
commit 8c382b860f

View File

@@ -125,9 +125,8 @@ inputs:
adb.enable = true;
wireshark = { enable = true; package = inputs.pkgs.wireshark; };
yubikey-touch-detector.enable = true;
kdeconnect.enable = inputs.lib.mkIf (inputs.config.nixos.system.gui.implementation == "kde") true;
kde-pim = inputs.lib.mkIf (inputs.config.nixos.system.gui.implementation == "kde")
{ enable = true; kmail = true; };
kdeconnect.enable = true;
kde-pim = { enable = true; kmail = true; };
coolercontrol =
{
enable = true;