add canon driver for printing

This commit is contained in:
Felix Buehler 2021-03-29 23:25:33 +02:00
parent 2fe77c9d84
commit cc1099bc0e

View file

@ -3,6 +3,7 @@
{ {
services.printing.enable = true; services.printing.enable = true;
services.printing.drivers = with pkgs; [ services.printing.drivers = with pkgs; [
canon-cups-ufr2
gutenprint gutenprint
hplip hplip
]; ];