feat(devenv): make new devenv config that integrates alejandra and commitizen

This commit is contained in:
Zhongheng Liu 2024-08-09 18:06:06 +08:00
commit c811d1979c
No known key found for this signature in database
8 changed files with 413 additions and 196 deletions

View file

@ -0,0 +1,12 @@
{
pkgs,
lib,
...
}: let
defaultTimeoutMillis = 5 * 1000;
in {
services.mako = {
enable = true;
defaultTimeout = defaultTimeoutMillis;
};
}