mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
add gh-dash for checking prs
This commit is contained in:
parent
ab050582c1
commit
204621a0ba
@ -12,7 +12,10 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
gitCredentialHelper.enable = true;
|
gitCredentialHelper.enable = true;
|
||||||
settings.git_protocol = "https";
|
settings.git_protocol = "https";
|
||||||
extensions = [ pkgs.gh-collaborators ];
|
extensions = [
|
||||||
|
pkgs.gh-collaborators
|
||||||
|
pkgs.gh-dash
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.fish = lib.mkIf config.home-manager.users.${config.user}.programs.gh.enable {
|
programs.fish = lib.mkIf config.home-manager.users.${config.user}.programs.gh.enable {
|
||||||
|
Loading…
Reference in New Issue
Block a user