From 6a6f369e29510e328668489cc69cc282d4f8cd73 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Sat, 2 Sep 2023 22:05:15 +0200 Subject: [PATCH] changed notification settings for espresso --- modules/gnome.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/gnome.nix b/modules/gnome.nix index 9afe089..a9d988f 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -90,6 +90,10 @@ play-audio-on-copy = false; send-notification-on-copy = false; }; + + "org/gnome/shell/extensions/espresso" = { + show-notifications = false; + }; }; }; }