From dc6fcff873588ae4a0ed510497adeb3fb545cc36 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 25 Mar 2025 01:07:02 -0700 Subject: [PATCH] ugh hplip --- systems/BASED.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/BASED.nix b/systems/BASED.nix index 4fc9c80..4f38661 100644 --- a/systems/BASED.nix +++ b/systems/BASED.nix @@ -81,7 +81,7 @@ programs.ssh.startAgent = true; services.printing.enable = lib.mkDefault true; - services.printing.drivers = with pkgs; [hplip hplipWithPlugin gutenprint gutenprintBin]; + services.printing.drivers = with pkgs; [gutenprint gutenprintBin]; services.avahi = { enable = true; nssmdns4 = true;