From 24b175da51c9a4e7c73be9bc7c6837d277378655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sun, 29 Mar 2026 13:35:24 -0600 Subject: [PATCH] chore(fruitbook): disable blueman --- hosts/fruitbook/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/fruitbook/configuration.nix b/hosts/fruitbook/configuration.nix index ebc4b14..b50375c 100644 --- a/hosts/fruitbook/configuration.nix +++ b/hosts/fruitbook/configuration.nix @@ -16,7 +16,7 @@ stylix.enable = true; niri.enable = true; bluetooth.enable = true; - # blueman.enable = true; + blueman.enable = true; openssh.enable = true; sydpkgs.overlay.enable = true; dank-material-shell.enable = true;