Add the Terminus font
This commit is contained in:
parent
2265173564
commit
aa9b66f091
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue