From 1becfa15dbc8378260e62777317e29ebe1a4f24d Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 20 Oct 2025 15:06:57 +0200 Subject: [PATCH] turn off gnome console bell --- modules/gnome.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/gnome.nix b/modules/gnome.nix index 49af60e..b821f1e 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -104,6 +104,11 @@ in default-size-rows = 40; }; + # GNOME Console configuration + "org/gnome/Console" = { + audible-bell = false; + }; + # Disable GNOME Software auto-updates "org/gnome/software" = { download-updates = false;