/ cli / bluetooth.nix
bluetooth.nix
1  { config, lib, pkgs, ... }: {
2    home.packages = [ pkgs.bluez-experimental ];
3  }