dinky: install calibre

This commit is contained in:
Daniel Lundin 2024-08-14 23:55:59 +02:00
parent 60ca243a65
commit 66a3c221d3
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
{ {
imports = [ imports = [
./home.nix ./home.nix
@ -11,4 +11,5 @@
}; };
}; };
home.packages = with pkgs; [ calibre ];
} }