From 44a0404433b7ac2393b0eab029afd415948ca8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 27 Jun 2025 02:35:07 +0200 Subject: [PATCH] System Gen81 @ 2025-06-27-02:35:06 by jonas@monolith --- modules/hardware/sound.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hardware/sound.nix b/modules/hardware/sound.nix index 55a68ff..95bc5d4 100644 --- a/modules/hardware/sound.nix +++ b/modules/hardware/sound.nix @@ -56,7 +56,9 @@ in { AWK="${pkgs.gawk}/bin/awk" HEAD="${pkgs.coreutils}/bin/head" + sleep 2 $NOISETORCH -i -t ${toString cfg.noisetorch-threshold}; + sleep 2 FILTER_ID=$($WPCTL status | $GREP NoiseTorch | $AWK 'match($0, /[0-9]+(\.[0-9]+)?/) { print substr($0, RSTART, RLENGTH) }' | head -n1) if [ -n "$FILTER_ID" ]; then $WPCTL set-default $FILTER_ID