diff --git a/modules/applications/discord.nix b/modules/applications/discord.nix index 0d30622..91d7783 100644 --- a/modules/applications/discord.nix +++ b/modules/applications/discord.nix @@ -15,6 +15,5 @@ } ''; }; - programs.noisetorch.enable = true; }; } diff --git a/modules/hardware/audio.nix b/modules/hardware/audio.nix index 3007b6f..6d0f234 100644 --- a/modules/hardware/audio.nix +++ b/modules/hardware/audio.nix @@ -39,6 +39,9 @@ in { pulse.enable = true; }; + # Provides audio source with background noise filtered + programs.noisetorch.enable = true; + # These aren't necessary, but helpful for the user environment.systemPackages = with pkgs; [ pamixer # Audio control