[zellij] Add missing fonts

This commit is contained in:
Tibo De Peuter 2023-08-12 08:26:58 +02:00 committed by Tibo De Peuter
parent 50e72105ba
commit f109174710

View file

@ -8,4 +8,9 @@
file.".config/zellij".source = ../../../../stow/zellij/.config/zellij;
};
fonts.fonts = with pkgs; [
noto-fonts
noto-fonts-cjk
];
}