From 3ddb041508525694ad062431cb6bd20ff314a0fa Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Mon, 23 Oct 2023 14:07:07 +0100 Subject: [PATCH] feat: add extra print drivers --- hosts/alex/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/alex/configuration.nix b/hosts/alex/configuration.nix index ad9e699..6945a42 100644 --- a/hosts/alex/configuration.nix +++ b/hosts/alex/configuration.nix @@ -30,7 +30,12 @@ # xkbVariant = ""; }; - services.printing.enable = true; + services.printing = { + enable = true; + drivers = with pkgs; [ + hplip + ]; + }; hardware.bluetooth.enable = true;