nix-configs/modules/de/printing.nix

20 lines
320 B
Nix
Raw Normal View History

{pkgs, ...}: {
services.printing = {
enable = true;
drivers = with pkgs; [
gutenprint
gutenprintBin
hplip
brlaser
brgenml1lpr
brgenml1cupswrapper
ptouch-driver
epsonscan2
epson-escpr
2025-03-21 13:42:18 +01:00
epson-escpr2
epson_201207w
epson-alc1100
];
};
}