yep, more dotfiles

jujutsu: fix template for v0.37 and remove git utils from path

wiro.world e49584f4 0215f162

verified
+2 -6
-4
home-manager/fragments/git.nix
··· 144 144 (with pkgs; [ 145 145 glab 146 146 147 - lazyjj 148 - 149 147 difftastic 150 148 ]) 151 149 ++ lib.optionals (!flags.onlyCached) [ ··· 153 151 ]; 154 152 155 153 programs.gh.enable = true; 156 - 157 - programs.gh-dash.enable = true; 158 154 159 155 programs.lazygit = { 160 156 enable = true;
+2 -2
home-manager/fragments/jujutsu.nix
··· 41 41 label(if(current_working_copy, "working_copy"), 42 42 concat( 43 43 separate(" ", 44 - format_short_change_id_with_hidden_and_divergent_info(self), 44 + format_short_change_id_with_change_offset(self), 45 45 format_short_signature_oneline(author), 46 46 bookmarks, 47 47 tags, ··· 87 87 "util" 88 88 "exec" 89 89 "--" 90 - "lazyjj" 90 + "${lib.getExe pkgs.lazyjj}" 91 91 ]; 92 92 }; 93 93