From e04ae25b8f9dff2914dd68d487f79168e705658e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 16:32:52 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index dee3783..83648f0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -35,8 +35,11 @@ console = { font = "Lat2-Terminus16"; keyMap = "us"; - defaultLocale = "en_US.UTF-8"; }; + + i18n = { + defaultLocale = "en_US.UTF-8"; + } # nVidia driver hardware.opengl.driSupport32Bit = true;