Skip to content

Typst

Options

languages.typst.enable

Whether to enable tools for Typst development.

Type: boolean

Default: false

Example: true

Declared by: - https://github.com/cachix/devenv/blob/main/src/modules/languages/typst.nix

languages.typst.package

Which package of Typst to use.

Type: package

Default: pkgs.typst

Declared by: - https://github.com/cachix/devenv/blob/main/src/modules/languages/typst.nix

languages.typst.fontPaths

Directories to be searched for fonts.

Type: list of string

Default: []

Example: [ "${pkgs.roboto}/share/fonts/truetype" ]

Declared by: - https://github.com/cachix/devenv/blob/main/src/modules/languages/typst.nix