add gh-dash for checking prs

This commit is contained in:
Noah Masur 2024-05-28 16:32:46 -04:00
parent ab050582c1
commit 204621a0ba
No known key found for this signature in database

View File

@ -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 {