3 lines
81 B
Nix
3 lines
81 B
Nix
{config, ...}: {
|
|
hardware.bluetooth.enable = config.device.bluetooth.enable;
|
|
}
|