mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: added website template
This commit is contained in:
parent
400964fbee
commit
ac4fca8fe6
37 changed files with 2426 additions and 0 deletions
7
templates/website/parts/config/pre-commit.nix
Normal file
7
templates/website/parts/config/pre-commit.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
pre-commit.settings.hooks = {
|
||||
nixfmt-rfc-style.enable = true;
|
||||
# commitizen.enable = true;
|
||||
statix.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue