Add iosevka font

This commit is contained in:
Cyryl Płotnicki 2019-09-27 23:59:21 +01:00
parent 6fdbd20f38
commit 6548d51ebb
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ in
autoPrune.enable = true;
};
fonts.fonts = with pkgs; [ powerline-fonts weather-icons material-icons source-code-pro fira-code noto-fonts-emoji emojione ];
fonts.fonts = with pkgs; [ powerline-fonts weather-icons material-icons source-code-pro fira-code noto-fonts-emoji emojione iosevka ];
nix = {
autoOptimiseStore = true;