feat(desktop): better bluetooth settings.
This commit is contained in:
parent
7efaa998b6
commit
21bbab0f1b
1 changed files with 9 additions and 0 deletions
|
@ -11,5 +11,14 @@
|
||||||
config = lib.mkIf config.crony.bluetooth.enable {
|
config = lib.mkIf config.crony.bluetooth.enable {
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
hardware.bluetooth.powerOnBoot = true;
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
|
|
||||||
|
hardware.bluetooth.settings = {
|
||||||
|
General = {
|
||||||
|
Enable = "Source,Sink,Media,Socket";
|
||||||
|
Experimental = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
services.blueman.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue