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