programs.vellum.settings

NixOS option

Configuration options for vellum. See available options at https://github.com/greyxp1/vellum/blob/master/docs/configuration.md.

type: TOML value
Default
{ }
Example
{
  default_tool = "arrow";
  remember_last_tool = false;
  feedback_duration_ms = 250;
}
declared in: nixos/modules/programs/vellum.nixView source on NixOS/nixpkgs →