From 8f3d7222b9ab9d7f662aac691bee960dd61caf8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 13 Jun 2020 08:57:23 +0100 Subject: [PATCH] fix bluetooth headset connectivity --- nixos/common-hardware.nix | 2 ++ 1 file changed, 2 insertions(+) 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 ];