summaryrefslogtreecommitdiff
path: root/hosts/tomato
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-14 15:04:06 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-14 15:52:09 -0500
commiteb19009cd3abb7e5d617d8029771ea9204453bc4 (patch)
tree1a867f5a97c6b3657e499c74f645cb23a444dda8 /hosts/tomato
parent29ca947eefe7d168a468be5e1ccdf7645c50c31c (diff)
downloadnixos-config-eb19009cd3abb7e5d617d8029771ea9204453bc4.tar.gz
nixos-config-eb19009cd3abb7e5d617d8029771ea9204453bc4.zip
hosts/tomato: Install Broadcom bluetooth firmware
Diffstat (limited to 'hosts/tomato')
-rw-r--r--hosts/tomato/hardware.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix
index 8e3a0d1..7fdb646 100644
--- a/hosts/tomato/hardware.nix
+++ b/hosts/tomato/hardware.nix
@@ -37,6 +37,7 @@ in
hardware.firmware = with pkgs; [
linux-firmware
+ broadcom-bt-firmware
];
nixpkgs.hostPlatform = "x86_64-linux";