Update configuration.nix

This commit is contained in:
Aaron Honeycutt 2022-05-06 16:25:58 +00:00
parent 2e3cb62fc8
commit f7ba731f2f

View file

@ -32,11 +32,12 @@
}; };
# Select internationalisation properties. i18n = {
console = { consoleFont = "Lat2-Terminus16";
consoleKeyMap = "us";
defaultLocale = "en_US.UTF-8"; defaultLocale = "en_US.UTF-8";
}; };
# nVidia driver # nVidia driver
hardware.opengl.driSupport32Bit = true; hardware.opengl.driSupport32Bit = true;
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;