chore: Change nix depencendies

This commit is contained in:
DashieTM 2024-04-20 10:14:14 +02:00
parent ebd4bba4ea
commit 39c338246f

View file

@ -1,16 +1,19 @@
{ pkgs ? import <nixpkgs> {} }: { pkgs ? import <nixpkgs> { } }:
with pkgs; with pkgs;
mkShell { mkShell {
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
wrapGAppsHook4
]; ];
buildInputs = [ buildInputs = [
dbus dbus
pulseaudio
gnome.adwaita-icon-theme
gtk4 gtk4
libadwaita libadwaita
pulseaudio gdk-pixbuf
]; ];
} }