{ pkgs, ... }: { environment.systemPackages = with pkgs; [ bluez bluetuith ]; hardware.bluetooth = { enable = true; powerOnBoot = false; }; }