1774174393

This commit is contained in:
2026-03-22 12:13:13 +02:00
parent 876debcacc
commit 7235e1c812
6 changed files with 137 additions and 143 deletions
+13
View File
@@ -0,0 +1,13 @@
{pkgs, ...}: {
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk-sans
# noto-fonts-color-emoji
liberation_ttf
# fira-code
# fira-code-symbols
# mplus-outline-fonts.githubRelease
# dina-font
# proggyfonts
];
}