{ pkgs ? import {} }: with pkgs; mkShell { nativeBuildInputs = [ pkg-config ]; buildInputs = [ dbus gtk4 libadwaita pulseaudio ]; }