Edit Emacs config, LaTeX, fonts

This commit is contained in:
2025-06-26 03:20:22 -04:00
parent dc4cf7fd77
commit e58a33b54e
3 changed files with 49 additions and 20 deletions

View File

@@ -197,11 +197,6 @@
};
};
programs.texlive = {
enable = true;
packageSet = pkgs.texliveSmall;
};
programs.yazi = {
enable = true;
enableBashIntegration = true;
@@ -238,5 +233,6 @@
lm_sensors
lolcat
nerd-fonts.blex-mono
texliveFull
];
}