godot FIXED

This commit is contained in:
shibazaki 2025-03-20 20:16:38 +01:00
parent a4f700bde2
commit 04e50c950f

View File

@ -1,4 +1,4 @@
{ ... }: { {...}: {
i18n = { i18n = {
defaultLocale = "en_US.UTF-8"; defaultLocale = "en_US.UTF-8";
extraLocaleSettings = { extraLocaleSettings = {
@ -19,5 +19,6 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
}
programs.nix-ld.enable = true;
}