From 41df7d18185c689811e9758ddab4673a30dee405 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 11 Feb 2026 14:58:56 +0100 Subject: Migrate to stalwart for vdirsyncer and add motd. This adds rust-motd config and adds an executable that displays the motd. Additionally, it updates credentials for vdirsyncer. --- modules/desktop/akonadi.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/desktop') diff --git a/modules/desktop/akonadi.nix b/modules/desktop/akonadi.nix index d97f859..fb93913 100644 --- a/modules/desktop/akonadi.nix +++ b/modules/desktop/akonadi.nix @@ -2,8 +2,8 @@ { programs.kde-pim = { enable = true; - kmail = false; - merkuro = false; - kontact = false; + kmail = true; + merkuro = true; + kontact = true; }; } -- cgit v1.3.1