services.walker.enable
Whether to enable walker.
Type: boolean
Default:
false
Example:
true
Declared by:
services.walker.enableElephantIntegration
Whether to make Walker’s systemd service depend on
services.elephant.
Type: boolean
Default:
config.services.elephant.enable
Example:
true
Declared by:
services.walker.package
The walker package to use.
Type: null or package
Default:
pkgs.walker
Declared by:
services.walker.settings
Configuration settings for walker. All the available options can be found here: https://github.com/abenz1267/walker/blob/master/resources/config.toml
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 by:
services.walker.systemd.enable
Whatever to enable Walker’s Systemd Unit.
Type: boolean
Default:
false
Example:
true
Declared by:
services.walker.theme
The custom theme used by walker. Setting this option overrides settings.theme.
Type: null or (submodule)
Default:
null
Declared by:
services.walker.theme.layout
The GTK XML layout used. See the default layout for the correct structure: https://github.com/abenz1267/walker/tree/master/resources/themes/default
Type: attribute set of (absolute path or strings concatenated with “\n”)
Default:
{ }
Example:
{ "item" = ./myfile.xml; };
Declared by:
services.walker.theme.name
The theme name.
Type: string
Default:
"nixos"
Declared by:
services.walker.theme.style
The styling of the theme, written in GTK CSS.
Type: strings concatenated with “\n”
Default:
""
Declared by: