aboutsummaryrefslogtreecommitdiff
path: root/modules/systems/default.nix
blob: d69e31a61a0b0d7bce13c1e3d56add0ba265cd77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  imports = [
    ./nix.nix
    ./software.nix
    ./ssh.nix
  ];

  # Select internationalisation properties.
  i18n.defaultLocale = "en_US.UTF-8";
  console = {
    font = "Lat2-Terminus16";
    keyMap = "us";
  };
}