mirror of
https://github.com/blahai/nyx.git
synced 2025-02-23 11:15:10 +00:00
7 lines
126 B
Nix
7 lines
126 B
Nix
|
{pkgs, ...}: {
|
||
|
console = {
|
||
|
font = "${pkgs.terminus_font}/share/consolefonts/ter-d18n.psf.gz";
|
||
|
keyMap = "en";
|
||
|
};
|
||
|
}
|