diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 14:58:56 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-02-11 14:58:56 +0100 |
| commit | 41df7d18185c689811e9758ddab4673a30dee405 (patch) | |
| tree | a15d9278dc5c2aabc191a74e60aa8974180538e8 /modules/desktop | |
| parent | e0cebbe2129e66047ca9ba233d3b7c59af473c24 (diff) | |
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.
Diffstat (limited to 'modules/desktop')
| -rw-r--r-- | modules/desktop/akonadi.nix | 6 |
1 files changed, 3 insertions, 3 deletions
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; }; } |
