Add hplip printing plugin

This commit is contained in:
Bad 2022-06-29 14:12:26 +02:00
parent 10268bc53f
commit fba781f5a9

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
services.printing.enable = true; services.printing.enable = true;
services.printing.drivers = with pkgs; [ hplipWithPlugin ];
hardware.sane.enable = true; hardware.sane.enable = true;
hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ]; hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ];
} }