From 1fbeb6bc3f59442f818bcfc56d6192332f8f49a6 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 8 Sep 2025 23:07:51 +0200 Subject: Hosts: Improve jujutsu config --- hosts/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/home.nix b/hosts/home.nix index 045d277..4368510 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -190,6 +190,13 @@ name = "Baitinq"; email = "manuelpalenzuelamerino@gmail.com"; }; + ui = { + diff-formatter = ":git"; + conflict-marker-style = "git"; + }; + aliases = { + tug = ["bookmark" "move" "--from" "heads(::@- & bookmarks())" "--to" "@-"]; + }; signing = { behavior = "own"; backend = "gpg"; -- cgit 1.4.1