programs.anvil-editor.settings

Home-Manager option

Configuration settings for anvil-editor. All available options can be found here: https://anvil-editor.net/reference/config/#settingstoml.

type: TOML value
Default
{ }
Example
{ env = { BAR = "FOO"; FOO = "BAR"; }; general = { exec = [ "aad" "ado" ]; }; layout = { column-tag = "New Cut Paste Snarf Zerox Delcol"; }; typesetting = { replace-cr-with-tofu = false; }; }
declared in: <home-manager/modules/programs/anvil-editor.nix>source unavailable