Files
.hive/modules/hardware/bluetooth.nix

6 lines
82 B
Nix

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