my nixos/home-manager configuration
1
fork

Configure Feed

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

fix jj templates

+1 -1
+1 -1
home-manager/modules/jujutsu.nix
··· 27 27 pager = "less -FR"; 28 28 conflict-marker-style = "git"; 29 29 }; 30 - template = { 30 + templates = { 31 31 git_push_bookmark = ''"${user.name}/push-" ++ change_id.short()''; 32 32 }; 33 33 git = {