[zellij] Add missing fonts
This commit is contained in:
parent
47592dea91
commit
bfe10d963a
1 changed files with 5 additions and 0 deletions
|
@ -8,4 +8,9 @@
|
||||||
|
|
||||||
file.".config/zellij".source = ../../../../stow/zellij/.config/zellij;
|
file.".config/zellij".source = ../../../../stow/zellij/.config/zellij;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fonts.fonts = with pkgs; [
|
||||||
|
noto-fonts
|
||||||
|
noto-fonts-cjk
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue