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