diff --git a/configurations/host/materusPC/tmp.nix b/configurations/host/materusPC/tmp.nix index c44ec93..9040409 100644 --- a/configurations/host/materusPC/tmp.nix +++ b/configurations/host/materusPC/tmp.nix @@ -29,9 +29,10 @@ i18n.defaultLocale = "pl_PL.UTF-8"; services.xserver.xkb.layout = "pl"; console = { + enable = true; + earlySetup = true; font = "lat2-16"; - # keyMap = "pl"; - useXkbConfig = true; # use xkbOptions in tty. + keyMap = "pl"; }; services.xserver.enable = true;