From 420008aebd5a150034cfed086cade79701edd099 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 9d15272..4492652 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 ];