add a global git hook

This commit is contained in:
Andreas Zweili 2021-11-16 19:00:19 +01:00
parent 257d9742af
commit 7e96e30028
2 changed files with 3 additions and 0 deletions

View File

@ -36,4 +36,7 @@
relativenumber = true;
};
};
# raw files
home.file.".config/git/hooks".source = ./common/git/hooks;
}