volume controls work for bluetooth

This commit is contained in:
twoneis 2024-06-14 00:41:16 +02:00
parent 7b78962e0d
commit 059a9bd4c3

View file

@ -2,6 +2,12 @@
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
Experimental = true;
};
};
}; };
services.blueman.enable = true; services.blueman.enable = true;