9 lines
113 B
Nix
9 lines
113 B
Nix
{
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
powerOnBoot = false;
|
|
};
|
|
|
|
services.blueman.enable = true;
|
|
}
|