From c6d787f9f5a15b09404eaf850457c4e1a34291d1 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sun, 16 Mar 2025 14:33:00 -0700 Subject: [PATCH] [boxy] Enable bluetooth --- machines/boxy/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/boxy/configuration.nix b/machines/boxy/configuration.nix index 9114891..1e1ad89 100644 --- a/machines/boxy/configuration.nix +++ b/machines/boxy/configuration.nix @@ -14,6 +14,7 @@ with lib; roles = { audio.enable = true; + bluetooth.enable = true; desktop = { enable = true; gaming = true;