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; + }; }; }; }