From 93431732c5c5e244255f6d427e3c6e286ac3429c Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Sat, 25 Apr 2026 15:59:35 +0200 Subject: [PATCH] bluetooth manager for balrog --- systems/balrog/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/balrog/default.nix b/systems/balrog/default.nix index 53abf6c..c29573e 100644 --- a/systems/balrog/default.nix +++ b/systems/balrog/default.nix @@ -46,6 +46,7 @@ nixpkgs.config = { allowInsecurePredicate = pkg: builtins.elem (lib.getName pkg) ["broadcom-sta"]; }; - + hardware.bluetooth.enable = true; + services.blueman.enable = true; system.stateVersion = "25.11"; # Did you read the comment? }