8 lines
146 B
Nix
8 lines
146 B
Nix
{
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
input.General.ClassicBondedOnly = true;
|
|
};
|
|
|
|
services.blueman.enable = true;
|
|
}
|