all repos — nixfiles @ 43b45692de6fdd24c64b5e530d59290d38ff6e93

System and user configuration, managed by nix and home-manager

modules/hidpi.nix (view raw)

1
2
3
4
5
6
7
8
9
{ config, pkgs, ... }:

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