yep, more dotfiles

jujutsu: change private commit pattern to LOCAL:*

wiro.world 044cd08f 7037142c

verified
+1 -1
+1 -1
home-manager/fragments/jujutsu.nix
··· 102 102 }; 103 103 104 104 git = { 105 - private-commits = ''description(glob:"private:*")''; 105 + private-commits = ''description(glob:"LOCAL:*")''; 106 106 }; 107 107 }; 108 108 };