From 372d315cc83ac8a17e3d1afcfffa4dd2d2567ad4 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 8 Mar 2026 18:12:59 -0400 Subject: [PATCH] feat(nix): cups config --- hosts/xps15/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 87fb017..2d0b521 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -141,6 +141,17 @@ in }; }; + services.printing = { + enable = true; + drivers = with pkgs; [ + gutenprint + hplip + brlaser + brgenml1lpr + brgenml1cupswrapper + ]; + }; + services.pipewire = { enable = true; alsa.enable = true;