Files
nix-config/modules/nixos/hardware/bluetooth.nix
2026-05-09 04:22:08 +05:30

8 lines
99 B
Nix

{
flake.modules.nixos.hardware = {
hardware.bluetooth = {
enable = true;
};
};
}