docs(printing): reduce default drivers
This commit is contained in:
parent
c9bff9d62e
commit
4d1b8df2e3
2 changed files with 58 additions and 23 deletions
|
|
@ -1,27 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = [
|
||||
# The generic CUPS and Gutenprint drivers usually suffice for most printers
|
||||
# Uncomment the drivers for your printer brand in case these don't work
|
||||
|
||||
# pkgs.brgenml1cupswrapper # Brother printer drivers
|
||||
# pkgs.brgenml1lpr # Brother printer drivers
|
||||
# pkgs.brlaser # Brother laser printer drivers
|
||||
# pkgs.cnijfilter2 # Canon Pixma drivers
|
||||
pkgs.cups-filters
|
||||
pkgs.cups-browsed
|
||||
# pkgs.epson-escpr # Epson printer drivers
|
||||
# pkgs.epson-escpr2 # Newer Epson printer drivers
|
||||
pkgs.gutenprint # Various printer drivers
|
||||
pkgs.gutenprintBin # Various binary printer drivers
|
||||
# pkgs.hplip # HP printer drivers
|
||||
# pkgs.hplipWithPlugin # HP printer drivers with proprietary plug-ins
|
||||
# pkgs.postscript-lexmark # Lexmark printer drivers
|
||||
# pkgs.samsung-unified-linux-driver # Samsung printer drivers
|
||||
# pkgs.splix # Drivers for Samsung Printer Language printers
|
||||
];
|
||||
};
|
||||
services.printing.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue