programs.gh-dash.enable
Whether to enable GitHub CLI dashboard plugin.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.gh-dash.package
The gh-dash package to use.
Type: null or package
Default:
pkgs.gh-dash
Declared by:
programs.gh-dash.settings
Configuration written to $XDG_CONFIG_HOME/gh-dash/config.yml.
Type: YAML 1.1 value
Default:
{ }
Example:
{
prSections = [
{
filters = "is:open author:@me";
title = "My Pull Requests";
}
];
}
Declared by: