diff --git a/hosts/framework/default.nix b/hosts/framework/default.nix index 8310671..2978ff0 100644 --- 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;