From feefbace837283ef8f5fa75cec5bb57426c1e8b8 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 31 May 2025 22:23:24 +0200 Subject: [PATCH] remove x11 bell --- nixos-modules/audio/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/nixos-modules/audio/default.nix b/nixos-modules/audio/default.nix index fa75122..2a05f94 100644 --- a/nixos-modules/audio/default.nix +++ b/nixos-modules/audio/default.nix @@ -199,15 +199,6 @@ in } ]; }; - "10-x11=bell" = { - "context.modules" = [ - { - name = "libpipewire-module-x11-bell"; - args = { - }; - } - ]; - }; }; }; };