Files
nix-stuff/compute-deck/bluetooth.nix
2024-04-10 15:08:37 -07:00

7 lines
119 B
Nix

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