nixos/system/core/bluetooth.nix
2025-03-12 15:43:41 +01:00

3 lines
47 B
Nix

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