NixToSee/modules/hardware/bluetooth.nix
2025-05-15 20:36:25 +02:00

8 lines
254 B
Nix

{
hardware = {
bluetooth.enable = true; # enables support for Bluetooth
bluetooth.powerOnBoot = false; # powers up the default Bluetooth controller on boot
};
services.blueman.enable = true; # provides blueman-applet and blueman-manager
}