nixcfg/common/bluetooth.nix
2025-06-16 04:17:13 -04:00

8 lines
136 B
Nix

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