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";