fix: missing hardware rendering dependencies
This commit is contained in:
parent
fb90fb8e97
commit
420008aebd
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
|||
dlDeps = with pkgs; [
|
||||
# needed for both x11 and wayland
|
||||
libxkbcommon
|
||||
libGL
|
||||
vulkan-loader
|
||||
|
||||
wayland
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue