Auto-commit: 2026-01-05 19:52:54

This commit is contained in:
2026-01-05 19:52:54 +00:00
parent 27dd68f86b
commit 98358e964c
15 changed files with 0 additions and 0 deletions

31
modules/core/fonts.nix Normal file
View File

@@ -0,0 +1,31 @@
{pkgs, ...}: {
fonts = {
packages = with pkgs; [
dejavu_fonts
fira-code
fira-code-symbols
font-awesome
hackgen-nf-font
ibm-plex
inter
jetbrains-mono
material-icons
maple-mono.NF
minecraftia
nerd-fonts.im-writing
nerd-fonts.blex-mono
noto-fonts
noto-fonts-color-emoji
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-monochrome-emoji
powerline-fonts
roboto
roboto-mono
symbola
terminus_font
corefonts
vista-fonts
];
};
}