8 lines
No EOL
112 B
Nix
8 lines
No EOL
112 B
Nix
{
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
powerOnBoot = false;
|
|
};
|
|
|
|
services.blueman.enable = true;
|
|
} |