feat: add bluetooth support'

This commit is contained in:
Mohammad Rafiq 2025-03-16 09:02:27 +08:00
parent 82d51697c6
commit 6418806a6f
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}