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