From 3e3f0ca2dc8f4dc666fdd814c4a74e3ea8a2ec28 Mon Sep 17 00:00:00 2001 From: electria Date: Fri, 26 Jun 2026 19:31:44 -0700 Subject: [PATCH] fix: missing hardware rendering dependencies --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index d001586..2f3d1ac 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,8 @@ dlDeps = with pkgs; [ # needed for both x11 and wayland libxkbcommon + libGL + vulkan-loader wayland