macbook: drop terminus console font, browsh is gone

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HKWhmgRWeAafjuGV8YMrqn
This commit is contained in:
rope 2026-08-21 12:39:19 +01:00
parent b964eab0ea
commit a155f6b37c

View file

@ -14,12 +14,6 @@
programs.geary.enable = true; programs.geary.enable = true;
# TTY resolution for browsh: each cell is a half-block, so the page gets
# cols x (rows*2) pixels. The kernel's built-in 8x16 gives 180x56 on this
# 1440x900 panel; terminus 6x12 gives 240x75.
console.packages = [ pkgs.terminus_font ];
console.font = "ter-v12n";
nix.settings.max-jobs = 0; nix.settings.max-jobs = 0;
# max-jobs = 0 means an update is pure substitution, and nix's default # max-jobs = 0 means an update is pure substitution, and nix's default