diff --git a/features/desktop.nix b/features/desktop.nix index 642222f..c486a19 100644 --- a/features/desktop.nix +++ b/features/desktop.nix @@ -105,7 +105,11 @@ # bluetooth (lib.mkIf cfg.bluetooth.enable { 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