pantheon/homes/x86_64-linux/rafiq/desktop/notification-daemon.nix

5 lines
139 B
Nix

{
home.sessionVariables.NOTIFICATION_DAEMON = "mako";
services.mako.enable = true;
services.mako.settings.default-timeout = 10000;
}