Skip to content

Commit

Permalink
printer: use epson driver v2
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jan 12, 2025
1 parent 515089e commit 42d1ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ in
# Enable CUPS to print documents.
printing = {
enable = true;
drivers = [ pkgs.epson-escpr ];
drivers = [ pkgs.epson-escpr2 ];
};
};

Expand Down

0 comments on commit 42d1ac9

Please sign in to comment.