feat: Improve jujutsu ux with rad

This commit is contained in:
ulic-youthlic 2026-01-14 14:21:45 +08:00
parent 67c35b2dc5
commit e008184451
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 23 additions and 4 deletions

View file

@ -45,8 +45,11 @@
};
git = {
enable = true;
settings.user = {
inherit (cfg) email name;
settings = {
alias.patch = "push rad HEAD:refs/patches";
user = {
inherit (cfg) email name;
};
};
lfs.enable = true;
};