From 83c29b21e15e089eb3a64242b05056ac74fe6561 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Mon, 30 Sep 2024 13:54:34 +0100 Subject: [PATCH] added more bluetooth configuration, need to disable HFP for audio quality when using OBS --- hosts/gabbielaptop/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hosts/gabbielaptop/configuration.nix b/hosts/gabbielaptop/configuration.nix index 78771c6..1d9d542 100644 --- a/hosts/gabbielaptop/configuration.nix +++ b/hosts/gabbielaptop/configuration.nix @@ -151,7 +151,14 @@ services.fprintd.enable = true; # Enable bluetooth and blueman - hardware.bluetooth.enable = true; + hardware.bluetooth = { + enable = true; + settings = { + General = { + Enable = "Source,Sink,Media,Socket"; + }; + }; + }; services.blueman.enable = true; # Install firefox.