aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-24 10:34:44 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-24 10:35:29 +0200
commitc8fadfcf949b9a722a956f3f0bf08c1906d0e7e8 (patch)
tree0b5d0e8b76c0dadfd55845ab0496678c8fbf9e0d /flake.nix
parentb8dfd233dbb16a65235865daf2d3a067ff44bb59 (diff)
Added scpzine as a latex package
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 5 insertions, 1 deletions
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";
};