From b2a60e181fee22c515e373ed4dca7c0f364129f7 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sat, 8 Mar 2025 18:58:40 +0100 Subject: [PATCH] git-wait --- profiles/shell.nix | 2 +- users/pbsds/home/profiles/git.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/shell.nix b/profiles/shell.nix index afd213b..b0b4bd9 100644 --- a/profiles/shell.nix +++ b/profiles/shell.nix @@ -8,7 +8,7 @@ tmux shpool pwgen - git #gh hub + git git-wait #gh hub nmap rsync bind.dnsutils diff --git a/users/pbsds/home/profiles/git.nix b/users/pbsds/home/profiles/git.nix index 2ddc4fc..efd9de3 100644 --- a/users/pbsds/home/profiles/git.nix +++ b/users/pbsds/home/profiles/git.nix @@ -3,6 +3,7 @@ home.packages = with pkgs; [ #git gh + git-wait #hub (pkgs.symlinkJoin { inherit (pkgs.hub) name meta;