Changed typst config

This commit is contained in:
2025-05-16 14:27:55 +02:00
parent a79b1b7281
commit 8ecf066196
4 changed files with 5 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ in {
config = mkIf cfg.enable {
home.packages = with pkgs; [
unstable.typst
unstable.typst-live
];
};
}