summaryrefslogtreecommitdiff
path: root/home-modules/apps/desktop/default.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-17 19:30:50 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-01-17 19:30:58 +0100
commit69e57b6f623251df0c28bcb8e4634fb24c9546ac (patch)
tree303a36583ad624b58bbdc8acaabdb077b9f4254c /home-modules/apps/desktop/default.nix
parent257e05df975ca7392c6fbcb11905769ce7fc914d (diff)
CosmicWM additiona and testing Akonadi
Diffstat (limited to 'home-modules/apps/desktop/default.nix')
-rw-r--r--home-modules/apps/desktop/default.nix9
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 {