Jujutsu config and helix
This commit is contained in:
parent
f8da94f524
commit
5a1f4b6a13
1 changed files with 15 additions and 1 deletions
16
home.nix
16
home.nix
|
|
@ -15,7 +15,21 @@
|
|||
# release notes.
|
||||
home.stateVersion = "25.05"; # Please read the comment before changing.
|
||||
|
||||
programs.jujutsu.enable = true;
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
email = "julien@scalizer.fr";
|
||||
name = "Julien Hémono";
|
||||
};
|
||||
ui.default-command = "log";
|
||||
};
|
||||
};
|
||||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue