nixos/hardware/bluetooth/default.nix

12 lines
122 B
Nix
Raw Normal View History

2022-11-03 13:13:36 +01:00
{ ... }:
2021-11-24 20:54:11 +01:00
{
# Blueooth support in general
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
};
}