summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-26 03:32:41 +0100
committerRory& <root@rory.gay>2025-12-26 03:32:41 +0100
commit9c905336208e3545d6656d2674cdef10d97d775d (patch)
tree5b15f0d9974dd567c54a7dad95ef85e4ec155387
parentServer changes (diff)
downloadRory-Open-Architecture-9c905336208e3545d6656d2674cdef10d97d775d.tar.xz
Desktop: tty font
-rw-r--r--host/Rory-desktop/configuration.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix

index cad3734..4c3ef43 100644 --- a/host/Rory-desktop/configuration.nix +++ b/host/Rory-desktop/configuration.nix
@@ -51,6 +51,8 @@ args@{ # EFI efiSupport = true; efiInstallAsRemovable = true; + gfxmodeEfi = "auto"; + gfxpayloadEfi = "3840x2160x32"; }; }; }; @@ -304,5 +306,13 @@ args@{ obs-advanced-masks ]; }; + + + + console = { + earlySetup = true; + font = "${pkgs.cozette}/share/consolefonts/cozette6x13.psfu"; + packages = with pkgs; [ cozette ]; + }; system.stateVersion = "22.11"; # DO NOT EDIT! }