From 39c338246fb545e048728659ba068514b332720d Mon Sep 17 00:00:00 2001 From: DashieTM Date: Sat, 20 Apr 2024 10:14:14 +0200 Subject: [PATCH] chore: Change nix depencendies --- shell.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ]; }