8 lines
139 B
Nix
8 lines
139 B
Nix
{ config, lib ,... }:
|
|
|
|
{
|
|
hardware.bluetooth.enable = true;
|
|
hardware.bluetooth.powerOnBoot = true;
|
|
|
|
services.blueman.enable = true;
|
|
}
|