MyNixOS website logo
Description

Proprietary CUPS drivers for Epson inkjet printers.

This software is a filter program used with the Common UNIX Printing System (CUPS) under Linux. It supplies high quality printing with Seiko Epson Color Ink Jet Printers.

This printer driver is supporting the following printers.

Epson Stylus Office BX925 Epson WorkForce 840

To use the driver adjust your configuration.nix file:

{
  services.printing = {
    enable = true;
    drivers = [ pkgs.epson-inkjet-printer-workforce-840-series ];
  };
}
Metadata

Version

840-series-1.0.0

Maintainers (1)

Platforms (1)

    Linux
Show all
  • x86_64-linux