From be25e99f89ea9c05483e05c104a8c520a030484d Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 7 Dec 2024 11:28:56 -0500 Subject: some changes --- modules/hardware/bluetooth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hardware/bluetooth.nix') diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index 7f835bf..c5da0fa 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -18,9 +18,9 @@ in { config = lib.mkIf (bluetoothConfig.enable && device.hasBluetooth) { hardware.bluetooth = { enable = true; - package = pkgs.bluez; powerOnBoot = true; }; + services.blueman.enable = true; user.extraGroups = ["bluetooth"]; }; } -- cgit v1.2.1