diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-03-03 11:48:26 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-03-03 11:48:26 -0500 |
| commit | ed979a450a37fd9761c1ba8393e4ee9dd243b81d (patch) | |
| tree | 5789e5c2ff6215032e745c95949ca35ffa8cd7ca /mod/tools/typst | |
| parent | ce6292c27207a7359e839d870a141b922aeb754e (diff) | |
| download | depot-ed979a450a37fd9761c1ba8393e4ee9dd243b81d.tar.gz depot-ed979a450a37fd9761c1ba8393e4ee9dd243b81d.tar.bz2 depot-ed979a450a37fd9761c1ba8393e4ee9dd243b81d.zip | |
early feb sprint
Diffstat (limited to 'mod/tools/typst')
| -rw-r--r-- | mod/tools/typst/default.nix | 4 | ||||
| -rw-r--r-- | mod/tools/typst/main.typ | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mod/tools/typst/default.nix b/mod/tools/typst/default.nix index dc3eab2..1871cc6 100644 --- a/mod/tools/typst/default.nix +++ b/mod/tools/typst/default.nix @@ -28,7 +28,7 @@ in depotPackages ]; - # shellHook = "export TYPST_PACKAGE_PATH=${depotPackages}/share"; - shellHook = "alias typst='XDG_DATA_HOME=${depotPackages}/share typst'"; + shellHook = "export TYPST_PACKAGE_PATH=${depotPackages}/share/typst"; + # shellHook = "alias typst='XDG_DATA_HOME=${depotPackages}/share typst'"; }; } diff --git a/mod/tools/typst/main.typ b/mod/tools/typst/main.typ new file mode 100644 index 0000000..c6be2b4 --- /dev/null +++ b/mod/tools/typst/main.typ @@ -0,0 +1 @@ +#import "@depot/tmu:0.0.0": * |
