Move default Git commit message template

This commit is contained in:
Oliver Davies 2025-03-17 20:05:16 +00:00
parent 1c6401af08
commit b0c2021d92

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{ config, pkgs, ... }:
{
home.file.".gitmessage".text = ''
home.file."${config.xdg.configHome}/git/message".text = ''
# Description
@ -103,7 +103,7 @@
checkout.defaultRemote = "origin";
color.ui = true;
column.ui = "auto";
commit.template = "~/.gitmessage";
commit.template = "${config.xdg.configHome}/git/message";
core = {
editor = "nvim";