diff --git a/nix/modules/git/home.nix b/nix/modules/git/home.nix index 3fdcc72..fb19092 100644 --- a/nix/modules/git/home.nix +++ b/nix/modules/git/home.nix @@ -19,6 +19,9 @@ in commit = { gpgSign = true; }; + pull = { + rebase = true; + }; }; }; gpg = {