summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2024-04-29 20:57:48 +0200
committerAlan Pearce2024-04-29 20:57:48 +0200
commit136fcdc7046b992a5f36418a86fcfc54b3306702 (patch)
treefa5cd709f5575633f857ac9d4d1863bd9ba856c6 /user
parent75a4e09f1d241f7882a86d7f9c4aa1804a981209 (diff)
downloadnixfiles-136fcdc7046b992a5f36418a86fcfc54b3306702.tar.lz
nixfiles-136fcdc7046b992a5f36418a86fcfc54b3306702.tar.zst
nixfiles-136fcdc7046b992a5f36418a86fcfc54b3306702.zip
shell: configure programs.gh
Diffstat (limited to 'user')
-rw-r--r--user/settings/shell.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 6542636a..3158c1af 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -141,9 +141,18 @@ in
       sngc = "sudo nix-collect-garbage --delete-older-than 30d";
     };
   };
+  programs.gh = {
+    enable = true;
+    extensions = with pkgs; [ gh-eco ];
+    settings = {
+      git_protocol = "ssh";
+      aliases = {
+        fork = "repo fork --origin-name fork --default-branch-only";
+      };
+    };
+  };
   home.packages = with pkgs; [
     fzf
-    gh
     ghq
     delta
     git