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; + }