From 6019b3298909a87b5b2ec117333d933c307c637a Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Fri, 14 Mar 2025 18:17:08 +0530 Subject: [PATCH] chore: lazygit -> jj --- hosts/default/home/git.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/default/home/git.nix b/hosts/default/home/git.nix index b15483b..f0e290a 100644 --- a/hosts/default/home/git.nix +++ b/hosts/default/home/git.nix @@ -22,7 +22,6 @@ in home.packages = with pkgs; [ gh - lazygit jujutsu ]; }