From 0350164044b8e899772d81c2148df958af0eeddf Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 25 Jul 2026 16:55:55 +0200 Subject: modules/calibre: Don't add calibre package to default closure See the comment in the file for why. --- modules/by-name/ca/calibre/module.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/by-name/ca') diff --git a/modules/by-name/ca/calibre/module.nix b/modules/by-name/ca/calibre/module.nix index 6576a0ac..8bff421e 100644 --- a/modules/by-name/ca/calibre/module.nix +++ b/modules/by-name/ca/calibre/module.nix @@ -23,8 +23,13 @@ in { soispha.impermanence.userDirectories = [ ".config/calibre" ]; + + # Calibre depends on multiple “AI” slop stuff, which I don't really want to have in my + # closure. + # Considering, that calibre is probably also LLM friendly (and maybe contains + # vibe-coded stuff), I should probably replace it, but currently I'll keep it. home-manager.users.soispha.programs.calibre = { - enable = true; + enable = false; }; }; } -- cgit v1.3.1