From 204621a0ba0e210627765bd80e4f3f28a0559201 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 28 May 2024 16:32:46 -0400 Subject: [PATCH] add gh-dash for checking prs --- modules/common/shell/github.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/common/shell/github.nix b/modules/common/shell/github.nix index 8a0aadb..ccf5d82 100644 --- a/modules/common/shell/github.nix +++ b/modules/common/shell/github.nix @@ -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 {