all repos — archive/nixos-configuration @ 3bea12cd01499c02b0f5d8b33b658b529ebf9d1e

Superseded by nixfiles

Create hidpi configuration module

Alan Pearce
commit

3bea12cd01499c02b0f5d8b33b658b529ebf9d1e

parent

c24e26149c78725b33c68b6bce46cc9fc79f9bea

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 + ]; + }; +}