{ config, lib, pkgs, ... }: { # install calibre for ebook management and kobo syncing environment.systemPackages = with pkgs; [ calibre ]; }