nixos-config/system/hardware/bluetooth.nix

8 lines
112 B
Nix
Raw Normal View History

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