diff options
| author | schererleander <leander@schererleander.de> | 2025-05-12 13:38:10 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-12 13:38:10 +0200 |
| commit | b3879151ce3642cab65f2fc356095894a78d7f64 (patch) | |
| tree | acb0e016c1c98a85391ebbf54d33156c2fdfa29c /hosts | |
| parent | 11155d36221452735a64cd23b91bc0133a65f1e5 (diff) | |
add typst
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/darwin/home.nix | 3 | ||||
| -rw-r--r-- | hosts/nixos/home.nix | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/hosts/darwin/home.nix b/hosts/darwin/home.nix index cdd49b4..7ec4870 100644 --- a/hosts/darwin/home.nix +++ b/hosts/darwin/home.nix @@ -22,6 +22,7 @@ pyright go nodejs + typst obsidian iterm2 @@ -43,4 +44,4 @@ vscode.enable = true; home.stateVersion = "24.11"; -}
\ No newline at end of file +} diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix index efb5080..ee8ce59 100644 --- a/hosts/nixos/home.nix +++ b/hosts/nixos/home.nix @@ -14,6 +14,7 @@ obsidian jetbrains.idea-community-bin localsend + typst #cli fzf |
