From 35a2c2d5c2a7c3f76f2e0139ea3f0e54f628b5e8 Mon Sep 17 00:00:00 2001 From: pompydev Date: Sun, 23 Mar 2025 20:45:03 +0900 Subject: [PATCH] add system package gitbutler to git module --- .vscode/settings.json | 1 + modules/home-manager/git.nix | 1 + 2 files changed, 2 insertions(+) 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 ];