ISO: stuffies

This commit is contained in:
blahai 2025-01-27 22:31:45 +02:00
parent 35e372a025
commit 0863504183
No known key found for this signature in database
7 changed files with 146 additions and 1 deletions

6
modules/iso/console.nix Normal file
View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
console = {
font = "${pkgs.terminus_font}/share/consolefonts/ter-d18n.psf.gz";
keyMap = "en";
};
}