NixFiles/systems/nixos/bluetooth.nix

7 lines
92 B
Nix

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