Files
nix-fleet/modules/desktop/bluetooth/bluetooth.nix
2026-03-03 10:11:31 +01:00

7 lines
134 B
Nix

{ ... }: {
flake.nixosModules.bluetooth = {
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
};
}