Description
Epson Scan 2 scanner driver for many modern Epson scanners and multifunction printers.
The Epson Scan 2 scanner driver, including optional non-free plugins such as OCR and network scanning.
To use the SANE backend:
{
hardware.sane.extraBackends = [ pkgs.epsonscan2 ];
}
Overrides can be used to customise this package. For example, to enable non-free plugins and disable the Epson GUI:
pkgs.epsonscan2.override {
withNonFreePlugins = true;
withGui = false;
}