Welcome to my NixOS configuration repository. Here you will find various configurations and packages that I use with NixOS.
One of the highlights of this repository is the LuaMetaTeX package found in the Packages
subdirectory. This Nix package is based on the excellent work of Marco Feltmann. You can find the original source here.
- Up-to-Date Repository: The package leverages the current repository from contextgarden.
- Essential Fonts: It utilizes the zip file from Pragma ADE to provide necessary fonts for the LMTX version of ConTeXt.
The ConTeXt typesetting system, primarily developed by Hans Hagen, offers a significantly leaner and more structured codebase compared to the LaTeX ecosystem. In my experience, ConTeXt provides superior functionality and efficiency.
This repository also serves as a backup for my personal NixOS configuration. Please note that it may not be optimal due to my relative inexperience with NixOS. However, it reflects my current setup and customization efforts.
To apply the configuration, use the following command:
nixos-rebuild switch
To recreate the font cache use:
fc-cache -r
Feel free to explore and adapt any parts of this configuration to suit your own needs.