Added typst

This commit is contained in:
2025-05-16 10:50:59 +02:00
parent 38cb4a54b1
commit a79b1b7281
3 changed files with 25 additions and 5 deletions

View File

@@ -34,6 +34,7 @@
applications.zellij.enable = true;
applications.wezterm.enable = true;
applications.nushell.enable = false;
applications.typst.enable = true;
services.nextcloud-sync.enable = true;
@@ -79,11 +80,6 @@
(import ../../modules/scripts/save_image.nix { inherit pkgs; })
];
programs.vscode = {
enable = true;
};
# Enable home-manager
programs.home-manager.enable = true;