Skip to content

Commit 95a3699

Browse files
committed
Add git-crypt to git module
1 parent 6eb0bf3 commit 95a3699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nixos/tools/git/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ in {
2020
};
2121

2222
config = mkIf cfg.enable {
23-
environment.systemPackages = with pkgs; [git git-dive lazygit gibo];
23+
environment.systemPackages = with pkgs; [git git-dive lazygit gibo git-crypt];
2424

2525
# TODO: Move these systempacakges to home packages?
2626

0 commit comments

Comments
 (0)