summary refs log tree commit diff stats
path: root/system/modules/hardware/hidpi.nix
blob: 1f4644c5a23f47d6123a3335efdd42aea12f2af6 (plain)
1
2
3
4
5
6
7
8
9
{ config, pkgs, ... }:

{ i18n = {
    consoleFont = "ter-v24b";
    consolePackages = with pkgs; [
      terminus_font
    ];
  };
}