Add the Terminus font

This commit is contained in:
Oliver Davies 2024-09-23 11:53:08 +01:00
parent 2265173564
commit aa9b66f091

View file

@ -4,6 +4,11 @@ let
theme = import ../../../lib/theme { inherit pkgs; };
in
{
environment.systemPackages = with pkgs; [
terminus_font
terminus_font_ttf
];
fonts = {
fontconfig = {
enable = true;