From fdb5a035ddd3cd41f197ef1be71b2ebafb48715b Mon Sep 17 00:00:00 2001 From: _cry64 Date: Mon, 23 Feb 2026 13:20:35 +1000 Subject: [PATCH] add bluetooth support --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index b245492..2cd0075 100644 --- a/configuration.nix +++ b/configuration.nix @@ -136,6 +136,11 @@ }; hardware = { + bluetooth = { + enable = true; + powerOnBoot = true; + }; + graphics = { enable = true; enable32Bit = true;