use spleen as console font

This commit is contained in:
Christoph Cullmann 2025-06-09 17:52:11 +02:00
parent 2fa4cf1dcb
commit 483ae81f72
No known key found for this signature in database

View file

@ -119,8 +119,9 @@ in
# don't use systemd early to fix bcachefs mounting # don't use systemd early to fix bcachefs mounting
boot.initrd.systemd.enable = false; boot.initrd.systemd.enable = false;
# setup the console stuff early # setup the console stuff early and use a nice font
console.earlySetup = true; console.earlySetup = true;
console.font = "${pkgs.spleen}/share/consolefonts/spleen-16x32.psfu";
# root file system, tmpfs, use 50% for installs on 16 GB machines # root file system, tmpfs, use 50% for installs on 16 GB machines
fileSystems."/" = { fileSystems."/" = {
@ -472,6 +473,7 @@ in
monaspace monaspace
monocraft monocraft
recursive recursive
spleen
]; ];
# proper default config for fonts # proper default config for fonts