feat(home): Let jujutsu run "log" by default
This commit is contained in:
parent
ce225f2f7d
commit
8fa444ed2d
1 changed files with 4 additions and 3 deletions
|
|
@ -8,9 +8,10 @@
|
|||
{
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings.user = {
|
||||
name = config.programs.git.userName;
|
||||
email = config.programs.git.userEmail;
|
||||
settings = {
|
||||
user.name = config.programs.git.userName;
|
||||
user.email = config.programs.git.userEmail;
|
||||
ui.default-command = "log";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue