programs.wayprompt.enable
Whether to enable Wayprompt, a password-prompter for Wayland.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.wayprompt.package
The wayprompt package to use.
Type: null or package
Default:
pkgs.wayprompt
Declared by:
programs.wayprompt.settings
Configuration for wayprompt written to
$XDG_CONFIG_HOME/wayprompt/config.ini.
See wayprompt(5) for a list of available options.
Note that colours can be either 6-hex-digit RGB or 8-hex-digit RGBA values.
Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default:
{ }
Example:
{
colours = {
background = "ffffffaa";
};
general = {
font-regular = "sans:size=14";
pin-square-amount = 32;
};
}
Declared by: