feat: add eontimer, pokefinder, retroarch

This commit is contained in:
Swarsel 2024-12-21 01:36:17 +01:00
parent 9e8324ad27
commit efca28aa57
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
9 changed files with 165 additions and 20 deletions

View file

@ -20,6 +20,7 @@
t2ts
ts2t
vershell
eontimer
bootstrap

View file

@ -70,6 +70,7 @@
libvpx
libxkbcommon
libxml2
libz
mesa
nspr
nss

View file

@ -26,6 +26,8 @@
# secure boot
sbctl
libsForQt5.qt5.qtwayland
# nix package database
nix-index
nixos-generators

View file

@ -14,6 +14,7 @@
export SDL_VIDEODRIVER=wayland
export QT_QPA_PLATFORM=wayland-egl
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export QT_QPA_PLATFORM_PLUGIN_PATH="${pkgs.libsForQt5.qt5.qtbase.bin}/lib/qt-${pkgs.libsForQt5.qt5.qtbase.version}/plugins";
export MOZ_ENABLE_WAYLAND=1
export MOZ_DISABLE_RDD_SANDBOX=1
'';