diff --git a/modules/hardware/bluetooth/default.nix b/modules/hardware/bluetooth/default.nix index e46963b..2e9ee8f 100644 --- a/modules/hardware/bluetooth/default.nix +++ b/modules/hardware/bluetooth/default.nix @@ -15,7 +15,7 @@ in config = lib.mkIf cfg.enable { hardware.bluetooth = { enable = true; - package = pkgs.bluez; + powerOnBoot = true; settings = { General = { Enable = "Source,Sink,Media,Socket";