diff options
| -rw-r--r-- | modules/by-name/ca/calibre/module.nix | 7 |
1 files changed, 6 insertions, 1 deletions
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; }; }; } |
