infrastructure/home/desktop/mako.nix
2024-06-15 17:17:27 +02:00

7 lines
82 B
Nix

{...}: {
services.mako = {
enable = true;
defaultTimeout = 5000;
};
}