mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
add canon driver for printing
This commit is contained in:
parent
2fe77c9d84
commit
cc1099bc0e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue