From a38654b96488cde46ef01eb2823661459f5d5cc4 Mon Sep 17 00:00:00 2001 From: Thomas Syms Date: Wed, 6 Dec 2023 09:00:38 -0400 Subject: [PATCH] Added Bluetooth support --- hosts/Equinox/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/Equinox/default.nix b/hosts/Equinox/default.nix index 6b2e8b9..ac0dce5 100644 --- a/hosts/Equinox/default.nix +++ b/hosts/Equinox/default.nix @@ -69,4 +69,8 @@ in pulse.enable = true; }; + + # Setup bluetooth + hardware.bluetooth.enable = true; + }