mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
profile/printing: use free canon drivers
This commit is contained in:
parent
f8e1b30a61
commit
7b72bee0db
1 changed files with 1 additions and 1 deletions
|
@ -10,8 +10,8 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
services.printing.drivers = with pkgs; [
|
services.printing.drivers = with pkgs; [
|
||||||
canon-cups-ufr2
|
|
||||||
gutenprint
|
gutenprint
|
||||||
|
gutenprintBin
|
||||||
hplip
|
hplip
|
||||||
];
|
];
|
||||||
programs.system-config-printer.enable = true;
|
programs.system-config-printer.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue