diff --git a/nix/hosts/alymac/git.nix b/nix/hosts/alymac/git.nix index d7b2afa..136be7e 100644 --- a/nix/hosts/alymac/git.nix +++ b/nix/hosts/alymac/git.nix @@ -22,10 +22,17 @@ }; extraConfig = { - tag.gpgsign = true; init.defaultBranch = "master"; }; }; + programs.gh = { + enable = true; + # Why the *fuck* are these packages as opposed to GitHub links??? + extensions = with pkgs; [ + gh-actions-cache + ]; + }; + programs.gitui.enable = true; }