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"]; } ];