feat: add cjk fonts
This commit is contained in:
parent
03f4c1eae8
commit
c0419798a3
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@
|
|||
fonts.packages = with pkgs; [
|
||||
material-design-icons
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
];
|
||||
|
||||
users.users.jacek = {
|
||||
|
|
Loading…
Reference in a new issue