diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 0e2e70c..ea7159b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -143,7 +143,8 @@ in # Bluetooth hardware.bluetooth = { enable = true; - config.General.Disable = "Headset"; # disable headset profile + # Todo: only works in 20.03 + #config.General.Disable = "Headset"; # disable headset profile }; hardware.pulseaudio.package = pkgs.pulseaudioFull;