nixfiles/home/gui/environments/sway/mako.nix

7 lines
82 B
Nix

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