From a5d7c4e1848065251ced04c951fab3876eb6e509 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Wed, 22 Oct 2025 15:09:21 +0100 Subject: [PATCH] qol(git@modules): git pulls with rebase now --- nix/modules/git/home.nix | 3 +++ 1 file changed, 3 insertions(+) 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 = {