feat(devenv): make new devenv config that integrates alejandra and commitizen
This commit is contained in:
parent
080241f63e
commit
c811d1979c
8 changed files with 413 additions and 196 deletions
12
home-manager/stvnliu/mako.nix
Normal file
12
home-manager/stvnliu/mako.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
defaultTimeoutMillis = 5 * 1000;
|
||||
in {
|
||||
services.mako = {
|
||||
enable = true;
|
||||
defaultTimeout = defaultTimeoutMillis;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue