Skip to content

Commit

Permalink
feat: jujutsu (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez authored Jan 7, 2025
1 parent 85a678d commit 18aeb24
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions home-manager/features/git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,17 @@

programs.gitui.enable = true;

# Git-compatible DVCS that is both simple and powerful
programs.jujutsu = {
enable = true;
settings = {
user = {
email = "davidslt+jujutsu@pm.me";
name = "David Sánchez";
};
};
};

# programs.gpg.enable = pkgs.stdenv.isLinux;
# services.gpg-agent.enable = pkgs.stdenv.isLinux;
}

0 comments on commit 18aeb24

Please sign in to comment.