12 lines
133 B
Nix
12 lines
133 B
Nix
{
|
|
...
|
|
}:
|
|
|
|
{
|
|
services.blueman.enable = true;
|
|
hardware = {
|
|
bluetooth.enable = true;
|
|
bluetooth.powerOnBoot = true;
|
|
};
|
|
}
|