Added Bluetooth support

This commit is contained in:
2023-12-06 09:00:38 -04:00
parent 2c3a3c3f7a
commit a38654b964

View File

@@ -69,4 +69,8 @@ in
pulse.enable = true; pulse.enable = true;
}; };
# Setup bluetooth
hardware.bluetooth.enable = true;
} }