system-settings: Add bluetooth support

This commit is contained in:
Weckyy702
2026-03-18 00:09:24 +01:00
parent 94cad97ba9
commit e54fc963f6

View File

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