feat: set up git hooks

This commit is contained in:
2026-03-11 21:25:32 +01:00
committed by hektor
parent f3858f4418
commit 2207666a34
9 changed files with 209 additions and 81 deletions
+1 -1
View File
@@ -21,6 +21,6 @@
};
programs.gh.enable = config.github.enable;
home.packages = with pkgs; lib.optionals (config.gitlab.enable) [ glab ];
home.packages = lib.optionals config.gitlab.enable [ pkgs.glab ];
};
}