nixos/modules/bluetooth.nix

6 lines
64 B
Nix
Raw Normal View History

2024-02-19 20:24:19 +01:00
{ config, pkgs, ... }:
{
hardware.bluetooth.enable = true;
}