momo/main: merge main branch #219

Merged
b12f merged 13 commits from momo-merge-main into momo/main 2023-04-24 10:50:48 +00:00
Showing only changes of commit b01c5f9fce - Show all commits

View file

@ -96,7 +96,13 @@ in {
}; };
# Enable bluetooth # Enable bluetooth
hardware.bluetooth.enable = mkIf cfg.bluetooth.enable true; hardware.bluetooth = mkIf cfg.bluetooth.enable {
enable = true;
# disable useless SIM Access Profile plugin
disabledPlugins = [
"sap"
];
};
services.blueman.enable = mkIf cfg.bluetooth.enable true; services.blueman.enable = mkIf cfg.bluetooth.enable true;
# Enable audio server & client # Enable audio server & client