nixos-config

NixOS configs for my systems
Log | Files | Refs

commit 118507c0d142075f188e2699b3fb796e38ac2a19
parent 8d42e47952b290cfb0cecd67a8eadcc50f3b47fa
Author: vin <vin@vineetk.net>
Date:   Mon,  6 Oct 2025 22:52:32 -0400

texlive package stuff

Diffstat:
Mhome.nix | 12+++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/home.nix b/home.nix @@ -42,11 +42,9 @@ let with pkgs; texlive.withPackages ( texlivePackages: with texlivePackages; [ - # A minimal base scheme and a common build tool scheme-small latexmk - # Packages from your research paper's preamble algorithm2e amsmath babel @@ -59,12 +57,17 @@ let capt-of circuitikz cite + collection-fontsrecommended ec + enumitem + esdiff hyperref + ifoddpage microtype pgfplots preview pslatex + relsize siunitx url wrapfig @@ -80,7 +83,6 @@ in packages = with pkgs; [ # document writing and viewing - mupdf # needed for emacs docview my-texlive # messaging @@ -339,6 +341,10 @@ in commit.gpgsign = false; gpg.format = "ssh"; "gpg \"ssh\"".allowedSignersFile = "/home/vin/.ssh/allowed_signers"; + credential = { + helper = "kasi"; + "https://git.overleaf.com/".username = "git"; + }; }; ignores = [ "*~"