mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Use mesa-git in flatpaks
This commit is contained in:
parent
48441dec16
commit
3a4c56c579
@ -108,6 +108,11 @@
|
|||||||
LOW_LATENCY_LAYER = "1";
|
LOW_LATENCY_LAYER = "1";
|
||||||
# Note: set LOW_LATENCY_LAYER_REFLEX = "1" for games with nvidia reflex
|
# Note: set LOW_LATENCY_LAYER_REFLEX = "1" for games with nvidia reflex
|
||||||
# (or some like cyberpunk 2077 where anti-lag 2 is supported but is worse than reflex and/or none)
|
# (or some like cyberpunk 2077 where anti-lag 2 is supported but is worse than reflex and/or none)
|
||||||
|
|
||||||
|
# flatpak --user remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
|
||||||
|
# flatpak --user install org.freedesktop.Platform.GL.mesa-git
|
||||||
|
# flatpak --user install org.freedesktop.Platform.GL32.mesa-git
|
||||||
|
FLATPAK_GL_DRIVERS = "mesa-git";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user