From cf5e56ebaabed8bd3bb9a3e76f5bf6354fd92fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Thu, 20 Feb 2025 20:23:01 -0300 Subject: [PATCH] git: add git forges cli --- user/git.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user/git.nix b/user/git.nix index 867b9a5..bfc85c1 100644 --- a/user/git.nix +++ b/user/git.nix @@ -43,6 +43,9 @@ in home.packages = with pkgs; [ git_clean_remote_deleted + + gh + glab ]; }; }