flake/home/applications/mako/default.nix

7 lines
98 B
Nix

{
services.mako = {
enable = true;
defaultTimeout = 5000;
layer = "overlay";
};
}