Disabled audio bell
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s

This commit is contained in:
alejandro-angulo 2025-05-17 08:27:32 -07:00
parent 5dd68a0193
commit 0d8ea5a568
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -30,6 +30,7 @@ in
}; };
settings = { settings = {
background_opacity = "0.95"; background_opacity = "0.95";
enable_audio_bell = "false";
}; };
keybindings = lib.mkMerge [ keybindings = lib.mkMerge [
(lib.mkIf pkgs.stdenv.hostPlatform.isDarwin { (lib.mkIf pkgs.stdenv.hostPlatform.isDarwin {