summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 3b4bb1f4..5358f618 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -141,22 +141,8 @@ in
       sngc = "sudo nix-collect-garbage --delete-older-than 30d";
     };
   };
-  programs.gh = {
-    enable = true;
-    settings = {
-      git_protocol = "ssh";
-      aliases = {
-        fork = "repo fork --remote --remote-name fork --default-branch-only";
-      };
-    };
-  };
   home.packages = with pkgs; [
     fzf
-    ghq
-    delta
-    git
-    gitui
-    gitstatus
     up
   ];
 }