services.walker.settings

Configuration settings for walker. All the available options can be found here: https://github.com/abenz1267/walker/wiki/Basic-Configuration

Type
TOML value
Default
{ }
Example
{
  app_launch_prefix = "";
  as_window = false;
  close_when_open = false;
  disable_click_to_close = false;
  force_keyboard_focus = false;
  hotreload_theme = false;
  locale = "";
  monitor = "";
  terminal_title_flag = "";
  theme = "default";
  timeout = 0;
}
Declared
<home-manager/modules/services/walker.nix>