1
0

Fix options for 20.03

This commit is contained in:
2020-03-19 08:35:08 +00:00
parent 8446c7cc70
commit 80b293f73b
2 changed files with 11 additions and 11 deletions

View File

@@ -43,10 +43,11 @@ in {
hardware.bluetooth = {
enable = true;
extraConfig = "
[General]
Enable=Source,Sink,Media,Socket
";
config = {
General = {
Enable = "Source,Sink,Media,Socket";
};
};
};
hardware.pulseaudio = {