nixos-config/system/hardware/bluetooth.nix

8 lines
98 B
Nix

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