bluetooth manager for balrog

This commit is contained in:
2026-04-25 15:59:35 +02:00
parent affe3c9b79
commit 93431732c5

View File

@@ -46,6 +46,7 @@
nixpkgs.config = { nixpkgs.config = {
allowInsecurePredicate = pkg: builtins.elem (lib.getName pkg) ["broadcom-sta"]; 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? system.stateVersion = "25.11"; # Did you read the comment?
} }