All my system configs and packages in one repo

leah/vcs: migrate jj config to v0.31

pluie.me 9f7dfa65 c165c1cb

verified
+4 -1
+4 -1
users/leah/programs/vcs.nix
··· 97 97 "format_short_signature(signature)" = "signature.name()"; 98 98 }; 99 99 100 + templates = { 101 + git_push_bookmark = ''"pluie/jj-" ++ change_id.short()''; 102 + }; 103 + 100 104 fix.tools = { 101 105 nixfmt = { 102 106 command = [ "nixfmt" ]; ··· 113 117 git = { 114 118 sign-on-push = true; 115 119 private-commits = "description(glob:'wip:*')"; 116 - push-bookmark-prefix = "pluie/jj-"; 117 120 }; 118 121 119 122 core = {