mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Add jujutsu config to home-manager
This commit is contained in:
parent
4d776c385f
commit
f7c2355baa
1 changed files with 11 additions and 0 deletions
|
|
@ -16,4 +16,15 @@
|
|||
skipSmudge = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
email = "contact@wanderingcrow.net";
|
||||
name = "TheWanderingCrow";
|
||||
};
|
||||
ui.paginate = "never";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue