Files
nixy/nixos/bluetooth.nix
2026-02-07 12:31:29 +01:00

8 lines
113 B
Nix

# Bluetooth configuration for NixOS
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}