Files
nix-stuff/hosts/compute-deck/bluetooth.nix
2025-08-22 13:27:12 -07:00

8 lines
125 B
Nix

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