The actual problem now is that `setfont` is not called automatically. So after calling it manually all works well.
Who should call it? Should it be called by systemd? On 09/09/2014 05:58 AM, 宋文武 wrote: > "M. P. Ashton" <[email protected]> writes: > >> On Sun, Sep 7, 2014, at 02:20 PM, Dmitry Malikov wrote: >>> Good day. >>> >>> I'm not a huge fan of X server, that why I'm spending my time inside a >>> tty and virtual terminals. Default fonts that NixOS offers are not >>> perfectly suite my eyes that why I'm looking for a way to use terminus >>> font there. >>> >>> I.e. in Gentoo OS there is a `consoleFont` variable which could be set >>> to "ter-116n" value to get terminus in Xless console. I'm trying to do >>> the same via setting `i18n.consoleFont = "ter-116n"`([1]) , but it do >>> nothing. >>> >>> Also as you see `pkgs.terminus_font` is added to the `fonts.fonts` >>> statement, that why I'm assuming terminus font is installed in my system. >>> >>> have you guys achieved it? What am I doing wrong? >> What works for me is the line: >> >> i18n.consoleFont = "Lat2-Terminus16"; >> > Something like this works for me: > > i18n.consoleFont = "${pkg.terminus}/share/consolefonts/ter-i16n.pcf.gz"; > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev -- Best regards, dmitry malikov ! _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
