diff --git a/shell.nix b/shell.nix index 0b05850..aee3a3f 100644 --- a/shell.nix +++ b/shell.nix @@ -1,16 +1,19 @@ -{ pkgs ? import {} }: +{ pkgs ? import { } }: with pkgs; mkShell { nativeBuildInputs = [ pkg-config + wrapGAppsHook4 ]; buildInputs = [ dbus + pulseaudio + gnome.adwaita-icon-theme gtk4 libadwaita - pulseaudio + gdk-pixbuf ]; }