{ pkgs, lib, config, ... }: with lib; mkIf config.passthrough.gui { services.mako = { enable = true; settings = { defaultTimeout = 5000; anchor = "bottom-center"; }; }; catppuccin.mako.enable = false; }