nixos-config/modules/core/bluetooth.nix

7 lines
101 B
Nix

{ config, pkgs, ... }:
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}