nixfleet/hmModules/calibre/default.nix
2024-05-17 16:08:29 +02:00

3 lines
51 B
Nix

{pkgs, ...}: {
home.packages = [pkgs.calibre];
}