nixcfg/common/bluetooth.nix
2025-06-16 06:33:24 -04:00

8 lines
139 B
Nix

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