mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 19:15: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;
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user