diff --git a/hosts/orion/modules/bluetooth.nix b/hosts/orion/modules/bluetooth.nix index e589a58b..db056504 100644 --- a/hosts/orion/modules/bluetooth.nix +++ b/hosts/orion/modules/bluetooth.nix @@ -1,12 +1,13 @@ { - inputs, - lib, pkgs, ... }: { - hardware.bluetooth.enable = true; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; services.blueman.enable = true; environment.systemPackages = with pkgs; [ bluez ];