Files
nixos-config/modules/features/bluetooth.nix
2026-04-04 16:46:30 -04:00

11 lines
150 B
Nix

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