mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-14 14:55:05 +02:00
minimal: Use ergol in the console
This commit is contained in:
parent
8bb483e6cf
commit
a5ad19a10d
1 changed files with 3 additions and 1 deletions
|
|
@ -33,9 +33,11 @@
|
|||
i18n.defaultLocale = "en_GB.UTF-8";
|
||||
console = {
|
||||
earlySetup = true;
|
||||
useXkbConfig = true;
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "dvorak-programmer";
|
||||
};
|
||||
services.xserver.xkb.layout = "fr";
|
||||
services.xserver.xkb.variant = "ergol";
|
||||
|
||||
fonts.enableDefaultPackages = true;
|
||||
fonts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue