added more bluetooth configuration, need to disable HFP for audio
quality when using OBS
This commit is contained in:
parent
d779dea834
commit
83c29b21e1
1 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue