nixos/system/bluetooth.nix
2025-02-27 01:31:04 +01:00

3 lines
47 B
Nix

{...}: {
hardware.bluetooth.enable = true;
}