mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 14:35:37 +00:00
move noisetorch to linux audio
This commit is contained in:
parent
0176b14350
commit
2ab37d3298
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user