Description
Epson AcuLaser C1100 Driver.
This package provides a print filter for printing to EPSON AL-C1100 printers on Linux systems.
To use the driver adjust your configuration.nix file: services.printing = { enable = true; drivers = [ pkgs.epson-alc1100 ]; };