nixfiles/home/services/mako/default.nix

11 lines
114 B
Nix

{
config,
inputs,
pkgs,
...
}: {
services.mako = {
enable = true;
defaultTimeout = 7000;
};
}