console
This commit is contained in:
parent
f94d8efe04
commit
24377ecdf3
6
profiles/base-linux/console.nix
Normal file
6
profiles/base-linux/console.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "uk";
|
||||
};
|
||||
}
|
|
@ -1,7 +1,3 @@
|
|||
{ config, ... }: {
|
||||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "uk";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue