Bluetooth

This commit is contained in:
Andrey0189
2024-04-17 08:15:16 +05:00
parent 78dca0df4c
commit e8d1371ae8
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;
}