This commit is contained in:
Schrottkatze 2025-03-10 14:39:46 +01:00
parent e05e01b2aa
commit d0bb73d359
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
7 changed files with 15 additions and 11 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: let
{
pkgs,
typst-within,
...
}: let
packages = {
typst-configs = pkgs.fetchFromGitea {
domain = "forge.katzen.cafe";
@ -28,5 +32,6 @@ in {
recursive = true;
};
};
# home.packages = [typst-within.packages."x86_64-linux".default];
home.packages = [pkgs.typst];
}