infrastructure/home/wayland/mako/default.nix

7 lines
82 B
Nix

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