diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-24 10:34:44 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-24 10:35:29 +0200 |
| commit | c8fadfcf949b9a722a956f3f0bf08c1906d0e7e8 (patch) | |
| tree | 0b5d0e8b76c0dadfd55845ab0496678c8fbf9e0d /flake.nix | |
| parent | b8dfd233dbb16a65235865daf2d3a067ff44bb59 (diff) | |
Added scpzine as a latex package
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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"; }; |
