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? }