mako: implement do-not-disturb

This commit is contained in:
Yorick van Pelt 2023-05-26 16:38:03 +02:00
parent 300c2b3310
commit 9bfc712fcf
Signed by: yorick
GPG key ID: D8D3CC6D951384DE

View file

@ -32,6 +32,10 @@ in {
programs.mako = {
enable = true;
defaultTimeout = 60 * 1000; # ms
extraConfig = ''
[mode=do-not-disturb]
invisible=1
'';
};
services.gpg-agent.pinentryFlavor = "gnome3";
wayland.windowManager.sway = {