forked from pub-solar/os
bluetooth: use experimental package
This commit is contained in:
parent
39d662f113
commit
71f2c25084
|
@ -9,6 +9,7 @@
|
|||
enable = true;
|
||||
# Disable bluetooth on startup to save battery
|
||||
powerOnBoot = false;
|
||||
package = pkgs.bluez-experimental;
|
||||
# Disable useless SIM Access Profile plugin
|
||||
disabledPlugins = [ "sap" ];
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue