this repo has no description
0
fork

Configure Feed

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

:sparkles: using git message source file

+2
+2
home-manager/git/default.nix
··· 12 12 commit.template = "~/.config/git/message"; 13 13 }; 14 14 }; 15 + 16 + home.file.".config/git/message".source = ./message; 15 17 }