diff --git a/hosts/work-laptop/configuration.nix b/hosts/work-laptop/configuration.nix index b185ee6..6f3a88c 100644 --- a/hosts/work-laptop/configuration.nix +++ b/hosts/work-laptop/configuration.nix @@ -39,10 +39,11 @@ hardware.bluetooth = { enable = true; # Enable A2DP Sink - extraConfig = " - [General] - Enable=Source,Sink,Media,Socket - "; + settings = { + General = { + Enable = "Source,Sink,Media,Socket"; + }; + }; }; hardware.pulseaudio = { enable = true;