feat: add printing
1 files changed, 8 insertions(+), 0 deletions(-) M hosts/laptop/default.nix
M hosts/laptop/default.nix => hosts/laptop/default.nix +8 -0
@@ 80,6 80,14 @@ tapping = true; }; }; + + printing = { + enable = true; + drivers = [ + pkgs.splix + pkgs.samsung-unified-linux-driver + ]; + }; }; networking.wireguard.interfaces = {