refactor
This commit is contained in:
7
system-modules/terminal.nix
Normal file
7
system-modules/terminal.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }@all: with all; {
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "de";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user