NixToSee/modules/specific_hardware/bluetooth.nix
2024-10-06 02:44:35 +02:00

6 lines
255 B
Nix

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