diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-28 12:29:40 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-28 12:29:40 +0100 |
| commit | 790f82e530c7c34b8685ee6a52ddbecf70639c6f (patch) | |
| tree | 51899ea8ecfc90ed145d9bada0c7cb4c452ce3af /modules/desktop/akonadi.nix | |
| parent | a36426ffd6314bd367f042410d81ae9807df2eee (diff) | |
Format and format
Diffstat (limited to 'modules/desktop/akonadi.nix')
| -rw-r--r-- | modules/desktop/akonadi.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/desktop/akonadi.nix b/modules/desktop/akonadi.nix index 93006b2..d97f859 100644 --- a/modules/desktop/akonadi.nix +++ b/modules/desktop/akonadi.nix @@ -1,8 +1,9 @@ -{pkgs, config, ...}: { +{ ... }: +{ programs.kde-pim = { - enable = true; - kmail = false; - merkuro = false; - kontact = false; - }; + enable = true; + kmail = false; + merkuro = false; + kontact = false; + }; } |
