Add bluetooth

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-04 12:22:55 +03:00
parent 4f3cedefa6
commit a25076c47b
15 changed files with 127 additions and 72 deletions

View File

@@ -0,0 +1,9 @@
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General.Experimental = true;
};
};
}