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

6 lines
121 B
Nix

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