programs.zk.settings

Home-Manager option

Configuration written to $XDG_CONFIG_HOME/zk/config.toml. See https://github.com/mickael-menu/zk/blob/main/docs/config.md for available options and documentation.

type: TOML value
Default
{ }
Example
{ note = { language = "en"; default-title = "Untitled"; filename = "{{id}}-{{slug title}}"; extension = "md"; template = "default.md"; id-charset = "alphanum"; id-length = 4; id-case = "lower"; }; extra = { author = "Mickaël"; }; }
declared in: <home-manager/modules/programs/zk.nix>source unavailable