feat(desktop): better bluetooth settings.

This commit is contained in:
CronyAkatsuki 2025-07-15 15:52:19 +02:00
parent 7efaa998b6
commit 21bbab0f1b

View file

@ -11,5 +11,14 @@
config = lib.mkIf config.crony.bluetooth.enable {
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
hardware.bluetooth.settings = {
General = {
Enable = "Source,Sink,Media,Socket";
Experimental = true;
};
};
services.blueman.enable = true;
};
}