feat: setup bluetooth

This commit is contained in:
tux
2026-05-09 04:22:08 +05:30
parent d5e3a6d387
commit 0f1faa7008

View File

@@ -0,0 +1,7 @@
{
flake.modules.nixos.hardware = {
hardware.bluetooth = {
enable = true;
};
};
}