{ pkgs, ... }: {
  services.printing = {
    enable = true;
    drivers = with pkgs; [ gutenprint brgenml1cupswrapper brgenml1lpr ];
  };
}