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