From 01b3fa1bd69870a38e8592170356d15d2043b48e Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:19:44 -0400 Subject: [PATCH] 210 current 2024-07-29 16:19:36 24.11.20240703.9f4128e 6.9.7-zen1 * --- boxes/desktop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boxes/desktop/configuration.nix b/boxes/desktop/configuration.nix index 71a9cac..0b15437 100644 --- a/boxes/desktop/configuration.nix +++ b/boxes/desktop/configuration.nix @@ -116,6 +116,9 @@ in }; }; services.printing.enable = true; + services.printing.drivers = with pkgs; [ + hplip + ]; virtualisation = _v; # Enable the X11 windowing system. # servives.desktopManager.plasma6.enable = true;