diff --git a/nixos/modules/services/ttys/kmscon.nix b/nixos/modules/services/ttys/kmscon.nix index 48ed7f242813..e8a17785a01c 100644 --- a/nixos/modules/services/ttys/kmscon.nix +++ b/nixos/modules/services/ttys/kmscon.nix @@ -160,6 +160,10 @@ in ); environment.systemPackages = [ cfg.package ]; + + # Install at least one monospace font, as otherwise the fallback is DejaVu Sans, a non-monospace font + fonts.packages = [ pkgs.hack-font ]; + systemd.packages = [ cfg.package ]; systemd.services."kmsconvt@" = {