audio: change noisetorch to easyeffects and set up inputfilter for main pc

This commit is contained in:
Christoph Hollizeck 2025-05-12 10:03:26 +02:00
parent 89000f1eb2
commit be94c87b1e
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 271 additions and 3 deletions

View file

@ -18,12 +18,10 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
noisetorch
pavucontrol
easyeffects
];
programs.noisetorch.enable = true;
services.pulseaudio = disabled;
security.rtkit.enable = true;