8 lines
136 B
Nix
8 lines
136 B
Nix
{config, lib ,...}
|
|
|
|
{
|
|
hardware.bluetooth.enable = true;
|
|
hardware.bluetooth.powerOnBoot = true;
|
|
|
|
services.blueman.enable = true;
|
|
}
|