Add hplip printing plugin

This commit is contained in:
Bad 2022-06-29 14:12:26 +02:00
parent 10268bc53f
commit fba781f5a9
1 changed files with 1 additions and 0 deletions

View File

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