From 3cd040aad5bd39b93e34bbd4bad4a525529900d2 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 21 Mar 2026 01:39:25 +0100 Subject: Enable Bluetooth on Wolfram Signed-off-by: Mel --- machines/wolfram/devices.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/wolfram/devices.nix b/machines/wolfram/devices.nix index 21860a7..0c5d8b8 100644 --- a/machines/wolfram/devices.nix +++ b/machines/wolfram/devices.nix @@ -40,6 +40,11 @@ intel-ocl ]; }; + + bluetooth = { + enable = true; + powerOnBoot = true; + }; }; # swap alternative -- cgit 1.4.1