mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 08:00:14 +00:00
move noisetorch to linux audio
This commit is contained in:
@ -15,6 +15,5 @@
|
||||
}
|
||||
'';
|
||||
};
|
||||
programs.noisetorch.enable = true;
|
||||
};
|
||||
}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user