From 9f8a14849ec9c39fd33c865ded2ea9bf1374173f 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/host/console.nix b/modules/host/console.nix index 8354916..0f69445 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"