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 {