diff --git a/.vscode/settings.json b/.vscode/settings.json index 477b839..66474a2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,6 +15,7 @@ "gamemode", "geneviève", "ghostty", + "gitbutler", "gvariant", "Hanja", "ibus", diff --git a/modules/home-manager/git.nix b/modules/home-manager/git.nix index 7a2d624..7b29be8 100644 --- a/modules/home-manager/git.nix +++ b/modules/home-manager/git.nix @@ -2,6 +2,7 @@ { home.packages = with pkgs; [ + gitbutler lazygit ];