nix-config/modules/misc_hardware/bluetooth.nix

8 lines
113 B
Nix

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