Fix godot 4 mono launch issue
This commit is contained in:
parent
965f471113
commit
04d820913e
1 changed files with 3 additions and 0 deletions
|
@ -243,6 +243,7 @@
|
|||
dotnetCorePackages.dotnet_8.sdk
|
||||
dotnetCorePackages.sdk_8_0_3xx
|
||||
alsa-lib
|
||||
icu
|
||||
# === Godot ===
|
||||
|
||||
# === Ludusavi ===
|
||||
|
@ -312,6 +313,8 @@
|
|||
FLAKE = "/home/buymymojo/etc/nixos/";
|
||||
|
||||
MANGOHUD = "1";
|
||||
|
||||
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT = "1"; # Fixes godot 4 mono's launch issues
|
||||
};
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue