6 lines
143 B
Nix
6 lines
143 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.printing.enable = true;
|
|
hardware.sane.enable = true;
|
|
hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ];
|
|
}
|