From 5e2bc50db263bbb8059520336a10fd50b64c6c6f Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 28 Aug 2024 20:00:56 -0700 Subject: [PATCH] feat(callisto): enable bluetooth --- hosts/callisto/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/callisto/configuration.nix b/hosts/callisto/configuration.nix index ee97f46..e3950c0 100755 --- a/hosts/callisto/configuration.nix +++ b/hosts/callisto/configuration.nix @@ -163,6 +163,13 @@ services.tlp.enable = true; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; + + services.blueman.enable = true; + # tells electron apps to use Wayland environment.sessionVariables.NIXOS_OZONE_WL = "1";