From a59c61efe5bb6b7b52c4c060cc25932f9554ea11 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 2 May 2023 09:57:11 -0500 Subject: [PATCH] korganizer requires kalendar --- modules-linux/kde.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules-linux/kde.nix b/modules-linux/kde.nix index 7b051db..53fbe4f 100644 --- a/modules-linux/kde.nix +++ b/modules-linux/kde.nix @@ -36,6 +36,7 @@ in with lib; { }; environment.systemPackages = with pkgs; [ + kalendar korganizer plasma-pa ];