From ff252c1dc32048f49b45a904671639e9e5968d5e Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 13 Oct 2023 19:51:16 +0200 Subject: [PATCH] feat: add printing --- hosts/laptop/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 06d1b4c..e2b9f5f 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -80,6 +80,14 @@ tapping = true; }; }; + + printing = { + enable = true; + drivers = [ + pkgs.splix + pkgs.samsung-unified-linux-driver + ]; + }; }; networking.wireguard.interfaces = { -- 2.48.1