From eee8aa138bf4a78a381ef20e211a46bfd0bf9f91 Mon Sep 17 00:00:00 2001 From: "Henry J. Webster" Date: Thu, 30 Jul 2026 13:19:11 -0500 Subject: enzo: add yambar, HiDPI console/greeter font Install yambar (status bar) in hwebs's package set. Set a large Terminus console font (ter-v32n, earlySetup) so the kernel VT and tuigreet greeter are legible on the HiDPI panel. Assisted-by: Claude:claude-opus-4-8 --- machines/enzo/desktop.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'machines/enzo/desktop.nix') diff --git a/machines/enzo/desktop.nix b/machines/enzo/desktop.nix index 077457c..a1c33e3 100644 --- a/machines/enzo/desktop.nix +++ b/machines/enzo/desktop.nix @@ -63,5 +63,17 @@ xwayland-satellite # run X11 apps under niri mako # notifications libnotify # notify-send + yambar # text status bar ]; + + # --- Console / greeter font (HiDPI panel) --- + # The eDP panel is high-density, so the kernel VT and tuigreet render with a + # tiny 8x16 font. A large Terminus bitmap font makes the TTY and the greeter + # legible; earlySetup applies it from initrd so it's big from the first frame. + # Sizes: ter-v{16,18,20,22,24,28,32}n — bump/drop to taste. + console = { + earlySetup = true; + packages = [ pkgs.terminus_font ]; + font = "ter-v32n"; + }; } -- cgit v1.3