Wayfire configuration written in Nix.
See https://github.com/WayfireWM/wayfire/wiki/Configuration.
Declarations
Type
attribute set of attribute set of (string or boolean or signed integer or floating point number)
Default
{ }
Example
{
core.plugins = "command expo cube";
command = {
binding_terminal = "alacritty";
command_terminal = "alacritty";
};
}
Sign in to create a configuration using this setting.