This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-07-20 01:09:06 +02:00
parent da268cd46a
commit 9368c387dc
2 changed files with 10 additions and 1 deletions

8
home-modules/typst.nix Normal file
View File

@@ -0,0 +1,8 @@
{ pkgs, ... }@all: with all;
lib.mkIf (hyper.host != "NxACE")
{
home.packages = with pkgs; [
typst
tinymist
];
}