nixos/modules/bluetooth.nix
2024-02-19 20:24:19 +01:00

5 lines
64 B
Nix

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