removing builtin file

This commit is contained in:
Miguel Palhas
2024-10-05 10:55:53 +01:00
parent ebdf233585
commit 2680d50769
-4
View File
@@ -1,8 +1,4 @@
{ pkgs, ... }: {
commitTemplate = builtins.toFile "git-commit-template.txt" ''
Change me
'';
xdg.configFile."git/commit-message.txt".source = ./commit-message.txt;
programs.git = {