summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-02 19:34:57 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-02 19:34:57 +0100
commitf89cab191c8f73fb09e4be27f5c206254f3babef (patch)
treeb5e7a37093f397393ac9039eae8d1556e0eea2ef /accounts/gkleen@sif
parentb65a49785b080ce382c70b211fb575e36ef83cb9 (diff)
downloadnixos-f89cab191c8f73fb09e4be27f5c206254f3babef.tar
nixos-f89cab191c8f73fb09e4be27f5c206254f3babef.tar.gz
nixos-f89cab191c8f73fb09e4be27f5c206254f3babef.tar.bz2
nixos-f89cab191c8f73fb09e4be27f5c206254f3babef.tar.xz
nixos-f89cab191c8f73fb09e4be27f5c206254f3babef.zip
gkleen@sif: keep Element notifications up
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/dunst-settings.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/dunst-settings.nix b/accounts/gkleen@sif/dunst-settings.nix
index 0cf47fc8..954c9d4e 100644
--- a/accounts/gkleen@sif/dunst-settings.nix
+++ b/accounts/gkleen@sif/dunst-settings.nix
@@ -66,4 +66,8 @@
66 appname = "Zulip"; 66 appname = "Zulip";
67 timeout = 0; 67 timeout = 0;
68 }; 68 };
69 zulip = {
70 appname = "Element";
71 timeout = 0;
72 };
69} 73}