nixos/hardware/bluetooth.nix

9 lines
120 B
Nix

{ ... }:
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
services.blueman.enable = true;
}