1 2 3 4 5 6 7 8
{ pkgs, ... }: { services.printing = { enable = true; drivers = with pkgs; [ gutenprint hplip hplipWithPlugin ]; }; }