From d5971d887660b3521507e9b35e44b6754a6dfcf3 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sun, 22 Mar 2026 05:28:07 +0300 Subject: [PATCH] tty: fix Cyrillic --- modules/host/console.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/host/console.nix b/modules/host/console.nix index 8354916..0629797 100644 --- a/modules/host/console.nix +++ b/modules/host/console.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { console = { - font = "${pkgs.kbd}/share/consolefonts/LatArCyrHeb-19.psfu.gz"; + font = "LatArCyrHeb-19"; colors = [ "16161E" "1A1B26"