{ pkgs, ... }: { services.printing = { enable = true; drivers = with pkgs; [ gutenprint gutenprintBin canon-cups-ufr2 ]; }; }