temp: workaround for nixpkgs#514705

This commit is contained in:
2026-05-12 10:35:53 +02:00
parent 325b863238
commit f4b9eff715

View File

@@ -105,7 +105,11 @@
# bluetooth # bluetooth
(lib.mkIf cfg.bluetooth.enable { (lib.mkIf cfg.bluetooth.enable {
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true; services.blueman = {
enable = true;
# TEMP:(@janezicmatej) workaround for nixpkgs#514705, fix in nixpkgs#517250
withApplet = false;
};
}) })
# apps # apps