aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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";
};