From a9a8c21338c8c24924d6ca091c635d65c84c4a10 Mon Sep 17 00:00:00 2001
From: rycee
Default:
"https"
Example:
"ssh"
Declared by:
<home-manager/modules/programs/gh.nix>
+ |
programs.gh-dash.enable
Whether to enable GitHub CLI dashboard plugin.
Type: +boolean
Default:
+false
Example:
+true
Declared by:
+<home-manager/modules/programs/gh-dash.nix>
+ |
programs.gh-dash.package
The gh-dash package to use.
Type: +package
Default:
+pkgs.gh-dash
Declared by:
+<home-manager/modules/programs/gh-dash.nix>
+ |
programs.gh-dash.settings
Configuration written to $XDG_CONFIG_HOME/gh-dash/config.yml
.
Type: +YAML value
Default:
+{ }
Example:
{ + prSections = [{ + title = "My Pull Requests"; + filters = "is:open author:@me"; + }]; +} + +
Declared by:
+<home-manager/modules/programs/gh-dash.nix>
|
programs.git.enable
Whether to enable Git.
Type: boolean
Default:
false
Example: