mirror of
https://github.com/blahai/nyx.git
synced 2025-06-22 16:17:02 -04:00
ISO: stuffies
This commit is contained in:
parent
35e372a025
commit
0863504183
7 changed files with 146 additions and 1 deletions
6
modules/iso/console.nix
Normal file
6
modules/iso/console.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
console = {
|
||||
font = "${pkgs.terminus_font}/share/consolefonts/ter-d18n.psf.gz";
|
||||
keyMap = "en";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue