From e5d63b92d705eee3ba3244adf8827eba17775008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 19 Jul 2022 22:05:06 +0200 Subject: [PATCH] =?UTF-8?q?feat(printing):=20no=20scanning,=20no=20hplip?= =?UTF-8?q?=20plugin,=20no=20waiting=20two=20hours=20for=20it=20to=20build?= =?UTF-8?q?=20=E2=9D=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/printing.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/configs/printing.nix b/configs/printing.nix index 9b5eae7..9ba9478 100644 --- a/configs/printing.nix +++ b/configs/printing.nix @@ -1,17 +1,12 @@ {pkgs, ...}: let inherit (import ) localAddresses; - hp-driver = pkgs.hplipWithPlugin; + hp-driver = pkgs.hplip; in { services.printing = { enable = true; drivers = [hp-driver]; }; - hardware.sane = { - enable = true; - extraBackends = [hp-driver]; - }; - environment.systemPackages = [ pkgs.system-config-printer ]; @@ -39,4 +34,3 @@ in { HP/hp-officejet_4650_series.ppd.gz drv:///hp/hpcups.drv/hp-officejet_4650_series.ppd */ -