bluetooth

This commit is contained in:
Odweta
2026-01-11 19:35:44 +01:00
parent af6e324602
commit 7d2a4e908b
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
# Enable Bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = false;
}