devos/profiles/print/default.nix

7 lines
143 B
Nix
Raw Normal View History

2021-04-06 13:37:40 +02:00
{ pkgs, ... }:
{
services.printing.enable = true;
hardware.sane.enable = true;
hardware.sane.extraBackends = [ pkgs.hplipWithPlugin ];
}