Add the Terminus font
This commit is contained in:
parent
2265173564
commit
aa9b66f091
|
@ -4,6 +4,11 @@ let
|
||||||
theme = import ../../../lib/theme { inherit pkgs; };
|
theme = import ../../../lib/theme { inherit pkgs; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
terminus_font
|
||||||
|
terminus_font_ttf
|
||||||
|
];
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue