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