programs.posting.enable
Whether to enable Posting.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.posting.package
The posting package to use.
Type: null or package
Default:
pkgs.posting
Declared by:
programs.posting.settings
Configuration written to
$XDG_CONFIG_HOME/posting/config.yaml.
See https://posting.sh/guide/configuration/ for supported values.
Type: YAML 1.1 value
Default:
{ }
Example:
{
theme = "custom";
layout = "horizontal";
response = {
prettify_json = false;
};
}
Declared by:
programs.posting.themes
Each theme is written to
$XDG_DATA_HOME/posting/themes/NAME.yaml.
See https://posting.sh/guide/themes/ for more information.
Type: attribute set of (YAML 1.1 value or absolute path or strings concatenated with ā\nā)
Default:
{ }
Example:
{
custom = {
name = "custom";
primary = "#4e78c4";
secondary = "#f39c12";
accent = "#e74c3c";
background = "#0e1726";
surface = "#17202a";
error = "#e74c3c";
success = "#2ecc71";
warning = "#f1c40f";
};
}
Declared by: