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.dotnet_8.sdk
|
||||||
dotnetCorePackages.sdk_8_0_3xx
|
dotnetCorePackages.sdk_8_0_3xx
|
||||||
alsa-lib
|
alsa-lib
|
||||||
|
icu
|
||||||
# === Godot ===
|
# === Godot ===
|
||||||
|
|
||||||
# === Ludusavi ===
|
# === Ludusavi ===
|
||||||
|
@ -312,6 +313,8 @@
|
||||||
FLAKE = "/home/buymymojo/etc/nixos/";
|
FLAKE = "/home/buymymojo/etc/nixos/";
|
||||||
|
|
||||||
MANGOHUD = "1";
|
MANGOHUD = "1";
|
||||||
|
|
||||||
|
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT = "1"; # Fixes godot 4 mono's launch issues
|
||||||
};
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue