diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-17 19:30:50 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-17 19:30:58 +0100 |
| commit | 69e57b6f623251df0c28bcb8e4634fb24c9546ac (patch) | |
| tree | 303a36583ad624b58bbdc8acaabdb077b9f4254c /modules/desktop/akonadi.nix | |
| parent | 257e05df975ca7392c6fbcb11905769ce7fc914d (diff) | |
CosmicWM additiona and testing Akonadi
Diffstat (limited to 'modules/desktop/akonadi.nix')
| -rw-r--r-- | modules/desktop/akonadi.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/desktop/akonadi.nix b/modules/desktop/akonadi.nix new file mode 100644 index 0000000..93006b2 --- /dev/null +++ b/modules/desktop/akonadi.nix @@ -0,0 +1,8 @@ +{pkgs, config, ...}: { + programs.kde-pim = { + enable = true; + kmail = false; + merkuro = false; + kontact = false; + }; +} |
