From c8fadfcf949b9a722a956f3f0bf08c1906d0e7e8 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 24 Apr 2026 10:34:44 +0200 Subject: Added scpzine as a latex package --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 5468b6f..a908605 100644 --- a/flake.nix +++ b/flake.nix @@ -54,6 +54,10 @@ }) # Fenix Rust overlay fenix.overlays.default + # Local TeXLive packages + (final: prev: { + scpzine-texlive = final.callPackage ./pkgs/scpzine-texlive.nix {}; + }) ]; # Per-host home-manager configuration @@ -98,7 +102,7 @@ }; in { nixosConfigurations = { - kronos = mkSystem "kronos" "nord-blue"; + kronos = mkSystem "kronos" "schrottkatze"; herra = mkSystem "herra" "schrottkatze"; mystra = mkSystem "mystra" "nord-blue"; }; -- cgit v1.2.3