Save detached HEAD changes

This commit is contained in:
2025-10-10 20:08:35 +02:00
parent 14633a4da0
commit 724469c5bb
12 changed files with 99 additions and 82 deletions

View File

@@ -1,19 +0,0 @@
{
programs.jujutsu = {
enable = true;
settings = {
user = {
name = "Christoph Schmatzler";
email = "christoph@schmatzler.com";
};
diff = {
tool = "delta";
};
ui = {
default-command = "status";
diff-formatter = ":git";
pager = ["delta" "--pager" "less -FRX"];
};
};
};
}