From e45f32581c276b4f849584b512aad6c096009adc Mon Sep 17 00:00:00 2001
From: rycee
Type: TOML v }
Declared by:
<home-manager/modules/programs/git-cliff.nix>
+ |
programs.git-credential-oauth.enable
Whether to enable Git authentication handler for OAuth.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/git-credential-oauth.nix>
+ |
programs.git-credential-oauth.package
The git-credential-oauth package to use.
Type: package
Default: pkgs.git-credential-oauth
Declared by:
+ <home-manager/modules/programs/git-credential-oauth.nix>
|
programs.gitui.enable
Whether to enable gitui, blazing fast terminal-ui for git written in rust.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/gitui.nix>
|
programs.gitui.package
The package to use.
Type: package
Default: "pkgs.gitui"
Declared by:
|