nixcfg/common/bluetooth.nix
2025-06-17 19:20:41 -04:00

8 lines
139 B
Nix
Executable file

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