Updated everything

This commit is contained in:
2025-09-22 09:06:50 -03:00
parent 20c8ecb0bd
commit 438296b01b
51 changed files with 1778 additions and 1090 deletions

View File

@@ -1,7 +1,41 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
fonts.fontconfig.enable = true;
home.packages = [
pkgs.noto-fonts
home.packages = with pkgs; [
noto-fonts
noto-fonts-cjk-sans
noto-fonts-emoji
noto-fonts-extra
liberation_ttf
dejavu_fonts
fira-code
fira-mono
jetbrains-mono
source-code-pro
hack-font
roboto
roboto-mono
font-awesome
material-design-icons
inter
ibm-plex
sarasa-gothic
unifont
dina-font
# proggyfonts - removed due to collision with dina-font fonts.dir
terminus_font
mplus-outline-fonts.osdnRelease
open-sans
# Droid fonts are now in android-fonts-droid
# droid-sans
# droid-serif
# droid-sans-mono
cantarell-fonts
recursive
# google-fonts - removed due to collision with jetbrains-mono
# Microsoft fonts
corefonts
vistafonts
# webcore-fonts - removed package
cascadia-code
];
}