From 04079d108206d73463427b514db22820663213f9 Mon Sep 17 00:00:00 2001 From: Patrick Stevens <3138005+Smaug123@users.noreply.github.com> Date: Sun, 22 Dec 2024 22:48:05 +0000 Subject: [PATCH] Enable bluetooth on earthworm (#105) --- home-manager/earthworm-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/earthworm-config.nix b/home-manager/earthworm-config.nix index 6bcc1ec..6db7927 100644 --- a/home-manager/earthworm-config.nix +++ b/home-manager/earthworm-config.nix @@ -11,6 +11,7 @@ withRust = true; }; hardware.graphics.enable = true; + hardware.bluetooth.enable = true; programs.light.enable = true; services.actkbd = {