From e1f8d3fd1204991d2209f715fe3b5ded99db6b3e Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Wed, 24 Jun 2026 11:46:07 -0500 Subject: [PATCH] Enable bluetooth --- systems/perch/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/systems/perch/configuration.nix b/systems/perch/configuration.nix index c470c74..2ea0b38 100644 --- a/systems/perch/configuration.nix +++ b/systems/perch/configuration.nix @@ -185,4 +185,10 @@ "nix-command" "flakes" ]; + + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; + services.blueman.enable = true; } -- 2.51.2