nixos/system/bluetooth.nix
2024-06-07 01:02:48 +02:00

3 lines
47 B
Nix

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