Home/Nixinator: Use Proton Experimental for MO2 nexus link handler

This commit is contained in:
2026-08-10 16:27:12 +02:00
parent 4a3a7e8e19
commit 29e66e1f2e
+4 -1
View File
@@ -461,7 +461,7 @@
# Paths seen from inside the Flatpak Steam sandbox # Paths seen from inside the Flatpak Steam sandbox
steam = "$HOME/.steam/steam"; steam = "$HOME/.steam/steam";
steamapps = "$HOME/Games/SteamLibrary/steamapps"; steamapps = "$HOME/Games/SteamLibrary/steamapps";
proton = "Proton 11.0"; proton = "Proton - Experimental";
# Runs inside flatpak's sandbox # Runs inside flatpak's sandbox
innerCommand = '' innerCommand = ''
@@ -528,6 +528,9 @@
# This is gamescope installed from flatpak # This is gamescope installed from flatpak
"/usr/lib/extensions/vulkan/gamescope/bin" "/usr/lib/extensions/vulkan/gamescope/bin"
# So ModOrganizer2 can load this plugin symlinked from here
"${config.home.homeDirectory}/Projects/ModOrganizer2_Cyberpunk_Plugin"
]; ];
}; };
}; };