my nixos/home-manager configuration
1
fork

Configure Feed

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

add private commit setting to jj

youn ea7717c7 76bd0069

+3
+3
home-manager/modules/jujutsu.nix
··· 30 30 default-command = [ "log" ]; 31 31 pager = "less -FR"; 32 32 }; 33 + git = { 34 + private-commits = "description(glob:'wip:*') | description(glob:'private:*')"; 35 + }; 33 36 }; 34 37 }; 35 38