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 /home-modules/apps | |
| parent | 257e05df975ca7392c6fbcb11905769ce7fc914d (diff) | |
CosmicWM additiona and testing Akonadi
Diffstat (limited to 'home-modules/apps')
| -rw-r--r-- | home-modules/apps/desktop/default.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix index 9a6f0e4..a732ded 100644 --- a/home-modules/apps/desktop/default.nix +++ b/home-modules/apps/desktop/default.nix @@ -67,7 +67,14 @@ in ]; }) (lib.mkIf cfg.note-taking.enable { - home.packages = with pkgs; [ obsidian ]; + home.packages = with pkgs; [ + obsidian + kdePackages.kdepim-runtime + ] ++ (with pkgs.kdePackages; [ + zanshin + kdepim-runtime + akonadi-calendar + ]); # Todo force synthing to be on here }) (lib.mkIf cfg.art.enable { |
