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; +}