From 4c8cd8d94a2953f51bb1ece7596cef071947a216 Mon Sep 17 00:00:00 2001 From: tinger Date: Fri, 31 Jul 2026 12:41:17 +0000 Subject: [PATCH] framework: Enable bluetooth --- hosts/framework/default.nix | 4 ++++ 1 file(s) changed, 4 insertion(s)(+), 0 deletion(s)(-) diff --git a/hosts/framework/default.nix b/hosts/framework/default.nix --- a/hosts/framework/default.nix +++ b/hosts/framework/default.nix @@ -12,6 +12,10 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + # Enable Bluetooth. + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; + # Set up direct device access for ZSA firmware flashing. hardware.keyboard.zsa.enable = true; -- tangled.sh