7 lines
103 B
Nix
7 lines
103 B
Nix
{ config, pkgs, lib, ... }: {
|
|
programs.mako = {
|
|
enable = true;
|
|
defaultTimeout = 3000;
|
|
};
|
|
}
|