nixos-config/config/sway/mako.nix

8 lines
85 B
Nix
Raw Normal View History

2024-11-24 13:59:35 +00:00
{ ... }:
{
services.mako = {
enable = true;
defaultTimeout = 30000;
};
}