NixOS-Config/modules/system/settings/fonts/default.nix

8 lines
154 B
Nix
Raw Permalink Normal View History

{ pkgs, ... }:
{
console = {
font = "${pkgs.terminus_font}/share/consolefonts/ter-u22n.psf.gz";
packages = with pkgs; [ terminus_font ];
};
}