From f374e1a6989a873fa2e726636342774f5e2c7acd Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 6 Apr 2024 14:23:59 +0200 Subject: [PATCH] materusPC: console change font to full path --- configurations/host/materusPC/tmp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurations/host/materusPC/tmp.nix b/configurations/host/materusPC/tmp.nix index 9040409..475bb73 100644 --- a/configurations/host/materusPC/tmp.nix +++ b/configurations/host/materusPC/tmp.nix @@ -31,7 +31,7 @@ console = { enable = true; earlySetup = true; - font = "lat2-16"; + font = "${pkgs.kbd}/share/consolefonts/lat2-16.psfu.gz"; keyMap = "pl"; };