From fcb153569c1f1e4c54c667cb4a775009efe0f891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Maxmili=C3=A1n=20St=C5=99=C3=ADbrn=C3=BD?= Date: Wed, 18 Mar 2026 13:10:13 +0100 Subject: [PATCH] non important commit --- .../modules/create-project/project-blueprints/typst/flake.nix | 2 +- home/modules/helix.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/create-project/project-blueprints/typst/flake.nix b/home/modules/create-project/project-blueprints/typst/flake.nix index e1892f7..8ad528f 100644 --- a/home/modules/create-project/project-blueprints/typst/flake.nix +++ b/home/modules/create-project/project-blueprints/typst/flake.nix @@ -1,5 +1,5 @@ { - description = "My cpp development shell"; + description = "My typst development shell"; inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; diff --git a/home/modules/helix.nix b/home/modules/helix.nix index 7b8fed4..090a873 100644 --- a/home/modules/helix.nix +++ b/home/modules/helix.nix @@ -88,12 +88,12 @@ } { name = "markdown"; - autoformat = true; + auto-format = true; language-servers = ["marksman"]; } { name = "typst"; - autoformat = true; + auto-format = true; language-servers = ["tinymist"]; } ];