Create hidpi configuration module
1 file changed, 9 insertions(+), 0 deletions(-)
changed files
A modules/hidpi.nix
@@ -0,0 +1,9 @@ +{ config, pkgs, ... }: + +{ i18n = { + consoleFont = "ter-v24b"; + consolePackages = with pkgs; [ + terminus_font + ]; + }; +}