Switch to niri - Episode 3: The (second?) purge

This commit is contained in:
Schrottkatze 2025-03-18 18:23:45 +01:00
commit cc53b33f8e
No known key found for this signature in database
24 changed files with 551 additions and 670 deletions

View file

@ -0,0 +1,20 @@
{pkgs, ...}: {
services.printing = {
enable = true;
drivers = with pkgs; [
gutenprint
gutenprintBin
hplip
brlaser
brgenml1lpr
brgenml1cupswrapper
ptouch-driver
epsonscan2
epson-escpr
epson-inkjet-printer-escpr2
epson_201207w
epson-alc1100
epson
];
};
}