Skip to content

Commit

Permalink
configure name and email for jj
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Apr 1, 2024
1 parent da0493a commit 5484f27
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dotfiles/jujutsu/default.nix
@@ -1,3 +1,10 @@
{ ... }: {
programs.jujutsu.enable = true;
programs.jujutsu = {
enable = true;

settings = {
user.name = "Brian Hicks";
user.email = "brian@brianthicks.com";
};
};
}

0 comments on commit 5484f27

Please sign in to comment.