From d42c1d7940347252629dfb6db6816dc53751c558 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 20 May 2019 11:36:19 -0700 Subject: enable bluetooth --- machines/helium.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'machines/helium.nix') diff --git a/machines/helium.nix b/machines/helium.nix index daef738..2f5c166 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -27,6 +27,9 @@ }; hardware = { + bluetooth.enable = true; + bluetooth.package = pkgs.bluezFull; + brightnessctl.enable = true; opengl.enable = true; pulseaudio = { enable = true; -- cgit v1.2.3