Switch to bluez full package

This commit is contained in:
Filippo Berto 2022-12-12 11:48:59 +01:00
parent 76bd1cb5a3
commit ff279d92ad
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 9 additions and 2 deletions

View file

@ -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;

View file

@ -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;