diff --git a/minimal/hm.nix b/minimal/hm.nix index a177260..771d0f0 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -133,7 +133,10 @@ enabled = true; autoUpdate = true; }; - rebase.autosquash = true; + rebase = { + autosquash = true; + updateRefs = true; + }; branch.sort = "-committerdate"; column.ui = "auto"; diff = {