diff --git a/nixos/common-hardware.nix b/nixos/common-hardware.nix index 99a20421..a9ac614c 100644 --- a/nixos/common-hardware.nix +++ b/nixos/common-hardware.nix @@ -29,6 +29,8 @@ }; }; + services.blueman.enable = true; + services.printing = { enable = true; drivers = with pkgs; [ epson-escpr samsung-unified-linux-driver splix ];