diff --git a/modules/gnome.nix b/modules/gnome.nix index 85d7dae..9afe089 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -85,6 +85,11 @@ "org/gnome/simple-scan" = { text-dpi = 300; }; + + "org/gnome/shell/extensions/pano" = { + play-audio-on-copy = false; + send-notification-on-copy = false; + }; }; }; }