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