From 1d5637315f47c352956589ec500c096eebe3ec94 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Thu, 25 May 2023 18:45:08 +0200 Subject: [PATCH] Updated laptop config --- nixos-configurations/laptop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index 03f5003..e95c7b8 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -11,6 +11,7 @@ hardware = { bluetooth.enable = true; + firmware = [ pkgs.broadcom-bt-firmware ]; }; services = {