Update configuration

This commit is contained in:
Fabian Hauser 2019-08-25 19:29:39 +00:00
parent 93ca57156d
commit 7c49e939b3
3 changed files with 8 additions and 6 deletions

View file

@ -2,10 +2,12 @@
{ config, pkgs, ... }:
{
system.autoUpgrade.enable = true;
# Select internationalisation properties.
i18n = {
consoleFont = "Lat2-Terminus16";
consoleKeyMap = "us";
consoleKeyMap = "sg-latin1";
defaultLocale = "en_US.UTF-8";
};
# List packages installed in system profile. To search, run: