nixos-config/nix/systemProfiles/hardware/bluetooth.nix

5 lines
53 B
Nix

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