add jujutsu
This commit is contained in:
parent
3477777fb0
commit
3a932e1184
2 changed files with 12 additions and 0 deletions
11
home/profiles/terminal/programs/jujutsu.nix
Normal file
11
home/profiles/terminal/programs/jujutsu.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{config, ...}: {
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
email = config.programs.git.userEmail;
|
||||
name = config.programs.git.userName;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue