summaryrefslogtreecommitdiff
path: root/home-modules
diff options
context:
space:
mode:
authorJakub Stachurski <jakub@wilkuu.nl>2026-07-12 23:07:38 +0200
committerJakub Stachurski <jakub@wilkuu.nl>2026-07-12 23:07:38 +0200
commit21daf43ebc2403ce6991390478dd31fad8d9f10e (patch)
treef6bdea69f9394b8baf8d439e9d23ac8e3a79638a /home-modules
parentc4ac6a0b88ff83a90a3c957034b52bedbe4d5868 (diff)
I am very not sure what all of this is :3
Diffstat (limited to 'home-modules')
-rw-r--r--home-modules/apps/desktop/default.nix12
1 files changed, 3 insertions, 9 deletions
diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix
index 614e627..c1a8a84 100644
--- a/home-modules/apps/desktop/default.nix
+++ b/home-modules/apps/desktop/default.nix
@@ -71,13 +71,7 @@ in
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 {
@@ -88,8 +82,8 @@ in
})
(lib.mkIf cfg.browser.enable {
home.packages = with pkgs; [
- # librewolf
- firefox
+ librewolf
+ # firefox
];
})
(lib.mkIf cfg.work.enable {