chore: Update inputs

This commit is contained in:
Alexander Kobjolke 2025-11-23 22:45:52 +01:00
parent f1c0789571
commit 3885f59083
4 changed files with 100 additions and 93 deletions

View file

@ -9,8 +9,8 @@
programs.jujutsu = {
enable = true;
settings = {
user.name = config.programs.git.userName;
user.email = config.programs.git.userEmail;
user.name = config.programs.git.settings.user.name;
user.email = config.programs.git.settings.user.email;
ui.default-command = "log";
aliases.init = [
"git"