mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-18 06:26:15 +02:00
materusPC: change console settings
This commit is contained in:
parent
5fc7a32788
commit
a0a81309cb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user