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

@@ -94,6 +94,8 @@ in {
editor.cursor-shape = {
insert = "bar";
};
editor.end-of-line-diagnostics = "hint";
editor.inline-diagnostics.cursor-line = "error";
};
languages = {
# Rust

View File

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