blob: 1f44dc8f4a40d3b9794918191fe5d6edae1da60e [file] [log] [blame]
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
calibre
];
}