.hive/modules/hardware/bluetooth.nix
2024-04-07 18:34:46 +02:00

6 lines
78 B
Nix

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