add calibre

This commit is contained in:
2024-10-14 19:46:51 +02:00
parent f2d008de62
commit ab8430c4f3
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, config, ... }:
{
home.packages = with pkgs; [ calibre ];
}