home: calibre: remove obsolete NOTE

This commit is contained in:
Bruno BELANYI 2023-09-26 16:38:27 +00:00
parent 7b56c342ad
commit 61fe480e6b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ in
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
calibre # NOTE: relies on my overlay to add necessary plug-in dependencies
calibre
];
};
}