feat: add noto and fira-code fonts

This commit is contained in:
Felix Schröter 2020-03-24 00:55:49 +01:00
parent f56d52f324
commit 17a527c023
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458
2 changed files with 6 additions and 2 deletions

View file

@ -14,7 +14,11 @@
];
fonts.fonts = with pkgs; [
hasklig
fira-code
noto-fonts
noto-fonts-extra
noto-fonts-cjk
noto-fonts-emoji
];
fonts.fontconfig.localConf = ''
<fontconfig>

View file

@ -13,6 +13,6 @@
inputMethod.enabled = "ibus";
inputMethod.ibus.engines = with pkgs.ibus-engines; [ uniemoji ];
};
time.timeZone = "Europe/Berlin";
}