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;