Switch to bluez full package
This commit is contained in:
parent
76bd1cb5a3
commit
ff279d92ad
2 changed files with 9 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue