From ff279d92ad53df769a229ff5368f3747a9cb2ade Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 12 Dec 2022 11:48:59 +0100 Subject: [PATCH] Switch to bluez full package --- odin/common_configuration.nix | 6 +++++- thor/configuration.nix | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/odin/common_configuration.nix b/odin/common_configuration.nix index 02f45a2..b6123b7 100644 --- a/odin/common_configuration.nix +++ b/odin/common_configuration.nix @@ -218,7 +218,11 @@ with lib; { services.dbus.packages = with pkgs; [ dconf ]; services.gnome.gnome-keyring.enable = true; - hardware.bluetooth.enable = true; + hardware.steam-hardware.enable = true; + hardware.bluetooth = { + enable = true; + package = pkgs.bluezFull; + }; services.blueman.enable = true; services.gvfs = { enable = true; diff --git a/thor/configuration.nix b/thor/configuration.nix index 95348f1..a704cf9 100644 --- a/thor/configuration.nix +++ b/thor/configuration.nix @@ -33,7 +33,10 @@ with lib; { hardware = { opengl.enable = true; - bluetooth.enable = true; + bluetooth = { + enable = true; + package = pkgs.bluezFull; + }; enableRedistributableFirmware = true; pulseaudio.enable = false; # nvidia.modesetting.enable = true;