From ee11a6bf931cc493fe9e7c916455dcb0c055b631 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 28 Dec 2022 23:17:13 -0600 Subject: [PATCH] hardware - enable bluetooth --- workstation/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 4f8917a..0d6a7b8 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -59,6 +59,7 @@ # Enable sound with pipewire. sound.enable = true; + hardware.bluetooth.enable = true; hardware.pulseaudio.enable = false; hardware.sane = { enable = true;