nix/modules/bluetooth.nix
2023-09-04 11:40:30 -05:00

4 lines
62 B
Nix

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