From 04e50c950f2c8b89207ca0270b9977dedd37ef50 Mon Sep 17 00:00:00 2001 From: shibazaki Date: Thu, 20 Mar 2025 20:16:38 +0100 Subject: [PATCH] godot FIXED --- nixos/system/system-settings.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/system/system-settings.nix b/nixos/system/system-settings.nix index 02b07a8..02c47cd 100644 --- a/nixos/system/system-settings.nix +++ b/nixos/system/system-settings.nix @@ -1,4 +1,4 @@ -{ ... }: { +{...}: { i18n = { defaultLocale = "en_US.UTF-8"; extraLocaleSettings = { @@ -19,5 +19,6 @@ nixpkgs.config.allowUnfree = true; boot.loader.systemd-boot.enable = true; -} + programs.nix-ld.enable = true; +}