chore: Change nix depencendies

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

View file

@ -4,13 +4,16 @@ with pkgs;
mkShell {
nativeBuildInputs = [
pkg-config
wrapGAppsHook4
];
buildInputs = [
dbus
pulseaudio
gnome.adwaita-icon-theme
gtk4
libadwaita
pulseaudio
gdk-pixbuf
];
}