mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-24 20:15:36 +00:00
add gh-dash for checking prs
This commit is contained in:
parent
ab050582c1
commit
204621a0ba
@ -12,7 +12,10 @@
|
||||
enable = true;
|
||||
gitCredentialHelper.enable = true;
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user