Update configuration
This commit is contained in:
parent
93ca57156d
commit
7c49e939b3
3 changed files with 8 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue