ooknet/system/common/opt/bluetooth.nix

12 lines
192 B
Nix

{ config, lib, pkgs, ... }:
{
hardware.bluetooth.enable = true;
# services.blueman.enable = true;
environment.systemPackages = with pkgs; [
galaxy-buds-client
bluetuith
];
}