changing console font?
This commit is contained in:
parent
b40d0140d8
commit
26c67e7636
2 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ fileSystems."/mnt/nas/media2" = {
|
|||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console = {
|
||||
packages = [pkgs.terminus_font];
|
||||
font = "${pkgs.terminus_font}/share/console/ter-i22b.psf.gz";
|
||||
font = "Lat2-Terminus16";
|
||||
useXkbConfig =true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue