feat: use only software rendering

this reduces the memory usage from 85.5MB to 25MB
This commit is contained in:
electria 2026-06-26 20:01:36 -07:00
commit 26af92df96
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
3 changed files with 6 additions and 374 deletions

View file

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