mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
materusPC: console change font to full path
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
console = {
|
||||
enable = true;
|
||||
earlySetup = true;
|
||||
font = "lat2-16";
|
||||
font = "${pkgs.kbd}/share/consolefonts/lat2-16.psfu.gz";
|
||||
keyMap = "pl";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user