Why:

*

This change addresses the need by:

*
This commit is contained in:
Miguel Palhas
2024-10-05 10:51:40 +01:00
parent f69f4f3ec0
commit f88815f189
+4 -4
View File
@@ -1,4 +1,8 @@
{ pkgs, ... }: { { pkgs, ... }: {
commitTemplate = builtints.toFile "git-commit-template.txt" ''
Change me
'';
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Miguel Palhas"; userName = "Miguel Palhas";
@@ -39,10 +43,6 @@
}; };
}; };
commitTemplate = builtints.toFile "git-commit-template.txt" ''
Change me
'';
home.packages = with pkgs; [ delta mediainfo ]; home.packages = with pkgs; [ delta mediainfo ];
programs.gh.enable = true; programs.gh.enable = true;
} }