Add hplip printing plugin
This commit is contained in:
parent
10268bc53f
commit
fba781f5a9
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue