niksos/options/desktop/bluetooth.nix

9 lines
146 B
Nix
Raw Normal View History

2024-07-16 00:26:09 +02:00
{
2024-02-15 17:04:34 +01:00
hardware.bluetooth = {
enable = true;
input.General.ClassicBondedOnly = true;
};
2024-02-29 01:45:20 +01:00
services.blueman.enable = true;
2024-02-15 17:04:34 +01:00
}