{ pkgs, ... }: { hardware.bluetooth.enable = true; systemd.user.services.obex.enable = false; environment.systemPackages = [ pkgs.bluetuith ]; }