mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
Add eq for sennheiser headphones
This commit is contained in:
parent
ff47d91da4
commit
f206e94425
3 changed files with 200 additions and 13 deletions
|
@ -1,6 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./sennheiser-hd660s.nix
|
||||
];
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
||||
services.pipewire = {
|
||||
|
@ -15,7 +19,7 @@
|
|||
|
||||
wireplumber.enable = true;
|
||||
|
||||
extraConfig.pipewire.nixos = {
|
||||
extraConfig.pipewire."30-noise-filter" = {
|
||||
"context.modules" = [{
|
||||
name = "libpipewire-module-filter-chain";
|
||||
args = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue