Fix
Why: * This change addresses the need by: *
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{ pkgs, ... }: {
|
||||
commitTemplate = builtints.toFile "git-commit-template.txt" ''
|
||||
Change me
|
||||
'';
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Miguel Palhas";
|
||||
@@ -39,10 +43,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
commitTemplate = builtints.toFile "git-commit-template.txt" ''
|
||||
Change me
|
||||
'';
|
||||
|
||||
home.packages = with pkgs; [ delta mediainfo ];
|
||||
programs.gh.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user