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 valueDefault
{ }Example
declared in: nixos/modules/programs/vellum.nixView source on NixOS/nixpkgs →{
default_tool = "arrow";
remember_last_tool = false;
feedback_duration_ms = 250;
}