my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(dev): add sign-of signature to jj desc

Signed-off-by: Youn Mélois <youn@melois.dev>

+1
+1
home-manager/modules/dev/jujutsu.nix
··· 32 32 }; 33 33 templates = { 34 34 git_push_bookmark = ''"${user.name}/push-" ++ change_id.short()''; 35 + commit_trailers = "format_signed_off_by_trailer(self)"; 35 36 }; 36 37 git = { 37 38 executable-path = "${config.programs.git.package}/bin/git";