Files

11 lines
150 B
Nix
Raw Permalink Normal View History

2026-04-04 16:46:30 -04:00
{
flake.modules.nixos.bluetooth = {
hardware = {
bluetooth = {
enable = true;
powerOnBoot = false;
};
};
};
}