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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -23,6 +23,7 @@
|
||||||
terminal.programs.git
|
terminal.programs.git
|
||||||
terminal.programs.github
|
terminal.programs.github
|
||||||
terminal.programs.lazygit
|
terminal.programs.lazygit
|
||||||
|
terminal.programs.jujutsu
|
||||||
|
|
||||||
editors.emacs
|
editors.emacs
|
||||||
editors.nvim
|
editors.nvim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue