summary refs log tree commit diff
path: root/nixos/modules/services/desktops/pipewire/daemon/jack.conf.json
blob: 128178bfa027f24ee48ce2f4ec16e57892e712a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "context.properties": {
    "log.level": 0
  },
  "context.spa-libs": {
    "support.*": "support/libspa-support"
  },
  "context.modules": [
    {
      "name": "libpipewire-module-rt",
      "args": {},
      "flags": [
        "ifexists",
        "nofail"
      ]
    },
    {
      "name": "libpipewire-module-protocol-native"
    },
    {
      "name": "libpipewire-module-client-node"
    },
    {
      "name": "libpipewire-module-metadata"
    }
  ],
  "jack.properties": {},
  "jack.rules": [
    {
      "matches": [
        {}
      ],
      "actions": {
        "update-props": {}
      }
    }
  ]
}