Added fonts and updated lockfile

This commit is contained in:
Alejandro Angulo 2023-06-04 22:15:19 -07:00
parent ec61d9a294
commit f61238737f
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 12 additions and 9 deletions

View file

@ -14,6 +14,9 @@ in {
config = mkIf cfg.enable {
fonts.fonts = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
(nerdfonts.override {fonts = ["Hack"];})
];
};