nixos-config/system/hardware/bluetooth.nix

8 lines
112 B
Nix

{ config, pkgs, ... }:
{
# Bluetooth
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}