From 7305881a8c5e7728a0ccbb98ee1b77006a78fd82 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Wed, 15 May 2024 16:32:47 -0700 Subject: [PATCH] remove blueman applet --- modules/hardware/bluetooth.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index e121d64..b306481 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -14,6 +14,5 @@ in { # frontend services.blueman.enable = true; - hm.services.blueman-applet.enable = true; }; }