move noisetorch to linux audio

This commit is contained in:
Noah Masur 2022-11-14 10:35:36 -05:00
parent 0176b14350
commit 2ab37d3298
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,5 @@
} }
''; '';
}; };
programs.noisetorch.enable = true;
}; };
} }

View File

@ -39,6 +39,9 @@ in {
pulse.enable = true; pulse.enable = true;
}; };
# Provides audio source with background noise filtered
programs.noisetorch.enable = true;
# These aren't necessary, but helpful for the user # These aren't necessary, but helpful for the user
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pamixer # Audio control pamixer # Audio control