.hive/modules/hardware/bluetooth.nix
2024-04-17 16:47:06 +02:00

5 lines
76 B
Nix

{config, ...}: {
# Enable Bluetooth
hardware.bluetooth.enable = true;
}