From 091a9e248523f4486918d14f3c96aa6b5025669b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 2 Jun 2024 14:26:51 -0500 Subject: [PATCH] Thablet bluetooth --- nixos/thablet.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/thablet.nix b/nixos/thablet.nix index db47e58..b861f05 100644 --- a/nixos/thablet.nix +++ b/nixos/thablet.nix @@ -70,5 +70,10 @@ hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; + system.stateVersion = "23.11"; }