my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

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

jujutsu: boo alias

june 1e40ef21 c5176296

+8 -1
+8 -1
home/modules/programs/jujutsu.nix
··· 52 52 "move" 53 53 "--to=first_parent(@)" 54 54 ]; 55 + boo = [ 56 + "metaedit" 57 + "--author=robin <${ 58 + builtins.replaceStrings [ " meow! " ] [ "@" ] "comfysagedev meow! gmail.com" 59 + }>" 60 + ]; 55 61 }; 56 62 57 63 templates = { ··· 59 65 concat( 60 66 builtin_draft_commit_description, 61 67 "${ 62 - builtins.replaceStrings [ "# " ] [ "JJ: " ] (builtins.readFile ../../../external/gitmessage.txt) 68 + builtins.replaceStrings [ "# " ] [ "JJ: " ] 69 + (builtins.readFile ../../../external/gitmessage.txt) 63 70 }", 64 71 "\nJJ: ignore-rest\n", 65 72 diff.git(),