feat(home): Enable jujutsu dvcs
This commit is contained in:
parent
6ece8810d6
commit
ce225f2f7d
2 changed files with 17 additions and 0 deletions
16
home/alex/programs/jujutsu/default.nix
Normal file
16
home/alex/programs/jujutsu/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings.user = {
|
||||
name = config.programs.git.userName;
|
||||
email = config.programs.git.userEmail;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue