materusPC: change console settings

This commit is contained in:
Mateusz Słodkowicz 2024-04-06 14:10:24 +02:00
parent 5fc7a32788
commit a0a81309cb
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 3 additions and 2 deletions

View File

@ -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;