From 61b78cfc7357c8aceee0fe55b5576629703d64e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 27 Feb 2024 20:59:43 +0100 Subject: [PATCH] fix(bluetooth): use default package --- configs/bluetooth.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/bluetooth.nix b/configs/bluetooth.nix index 69731ae..d80d82b 100644 --- a/configs/bluetooth.nix +++ b/configs/bluetooth.nix @@ -1,7 +1,6 @@ {pkgs, ...}: { hardware.bluetooth = { enable = true; - package = pkgs.bluez; settings.general = { enable = "Source,Sink,Media,Socket"; };