Bluetooth

This commit is contained in:
Andrey0189
2024-04-17 08:15:16 +05:00
parent db68e08972
commit 6ed98acbdb
3 changed files with 16 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
Enable = "Source,Sink,Media,Socket";
Experimental = true;
};
};
};
services.blueman.enable = true;
}