fix: missing hardware rendering dependencies

This commit is contained in:
electria 2026-06-26 19:31:44 -07:00
commit 3e3f0ca2dc
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -22,6 +22,8 @@
dlDeps = with pkgs; [ dlDeps = with pkgs; [
# needed for both x11 and wayland # needed for both x11 and wayland
libxkbcommon libxkbcommon
libGL
vulkan-loader
wayland wayland