From 1cfd0d43af667d9c3e81a31b1803e17be259bf73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Tue, 26 May 2026 21:29:17 +0200 Subject: [PATCH] revert: f4b9eff715e854bd02abe68affad25866a9d674a --- features/desktop.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/features/desktop.nix b/features/desktop.nix index c486a19..642222f 100644 --- a/features/desktop.nix +++ b/features/desktop.nix @@ -105,11 +105,7 @@ # bluetooth (lib.mkIf cfg.bluetooth.enable { hardware.bluetooth.enable = true; - services.blueman = { - enable = true; - # TEMP:(@janezicmatej) workaround for nixpkgs#514705, fix in nixpkgs#517250 - withApplet = false; - }; + services.blueman.enable = true; }) # apps