From 2e3cb62fc87c3c38b216b984dea68d0df9d4067e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 16:24:52 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index 5e42442..4011714 100644 --- a/configuration.nix +++ b/configuration.nix @@ -32,6 +32,11 @@ }; + # Select internationalisation properties. + console = { + defaultLocale = "en_US.UTF-8"; + }; + # nVidia driver hardware.opengl.driSupport32Bit = true; hardware.bluetooth.enable = true;