---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (4, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "json",
        position: (7, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (7, 10),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "formats",
          position: (7, 15),
         },
         Raw {
          content: "json",
          position: (7, 23),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [],
        recursive: false,
        position: (7, 28),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (8, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (8, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (8, 16),
        },
        Raw {
         content: "pipewire",
         position: (8, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "enable32BitAlsaPlugins",
        position: (9, 3),
       },
      ],
     },
     to: BinaryOperation {
      operator: LogicalAnd,
      operands: [
       BinaryOperation {
        operator: LogicalAnd,
        operands: [
         PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (9, 28),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "alsa",
             position: (9, 32),
            },
            Raw {
             content: "support32Bit",
             position: (9, 37),
            },
           ],
          },
          default: None,
         },
         PropertyAccess {
          expression: Variable {
           identifier: "pkgs",
           position: (10, 31),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "stdenv",
             position: (10, 36),
            },
            Raw {
             content: "isx86_64",
             position: (10, 43),
            },
           ],
          },
          default: None,
         },
        ],
        position: (10, 28),
       },
       BinaryOperation {
        operator: NotEqualTo,
        operands: [
         PropertyAccess {
          expression: Variable {
           identifier: "pkgs",
           position: (11, 31),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "pkgsi686Linux",
             position: (11, 36),
            },
            Raw {
             content: "pipewire",
             position: (11, 50),
            },
           ],
          },
          default: None,
         },
         Variable {
          identifier: "null",
          position: (11, 62),
         },
        ],
        position: (11, 59),
       },
      ],
      position: (11, 28),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "jack-libs",
        position: (17, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (17, 15),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "runCommand",
          position: (17, 20),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "jack-libs",
          position: (17, 32),
         },
        ],
        position: (17, 31),
       },
       Map {
        bindings: [],
        recursive: false,
        position: (17, 43),
       },
       String {
        parts: [
         Raw {
          content: "mkdir -p \"$out/lib\"\nln -s \"",
          position: (18, 1),
         },
         Expression {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (19, 14),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "package",
              position: (19, 18),
             },
             Raw {
              content: "jack",
              position: (19, 26),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "/lib\" \"$out/lib/pipewire\"\n",
          position: (19, 31),
         },
        ],
        position: (17, 46),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "defaults",
        position: (24, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "client",
           position: (25, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (25, 14),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "importJSON",
             position: (25, 18),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Path {
           parts: [
            Raw {
             content: "./daemon/client.conf.json",
             position: (25, 29),
            },
           ],
           position: (25, 29),
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "client-rt",
           position: (26, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (26, 17),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "importJSON",
             position: (26, 21),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Path {
           parts: [
            Raw {
             content: "./daemon/client-rt.conf.json",
             position: (26, 32),
            },
           ],
           position: (26, 32),
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "jack",
           position: (27, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (27, 12),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "importJSON",
             position: (27, 16),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Path {
           parts: [
            Raw {
             content: "./daemon/jack.conf.json",
             position: (27, 27),
            },
           ],
           position: (27, 27),
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "minimal",
           position: (28, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (28, 15),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "importJSON",
             position: (28, 19),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Path {
           parts: [
            Raw {
             content: "./daemon/minimal.conf.json",
             position: (28, 30),
            },
           ],
           position: (28, 30),
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "pipewire",
           position: (29, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (29, 16),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "importJSON",
             position: (29, 20),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Path {
           parts: [
            Raw {
             content: "./daemon/pipewire.conf.json",
             position: (29, 31),
            },
           ],
           position: (29, 31),
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "pipewire-pulse",
           position: (30, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (30, 22),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "importJSON",
             position: (30, 26),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Path {
           parts: [
            Raw {
             content: "./daemon/pipewire-pulse.conf.json",
             position: (30, 37),
            },
           ],
           position: (30, 37),
          },
         ],
        },
       },
      ],
      recursive: false,
      position: (24, 14),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "useSessionManager",
        position: (33, 3),
       },
      ],
     },
     to: BinaryOperation {
      operator: LogicalOr,
      operands: [
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (33, 23),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "wireplumber",
           position: (33, 27),
          },
          Raw {
           content: "enable",
           position: (33, 39),
          },
         ],
        },
        default: None,
       },
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (33, 49),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "media-session",
           position: (33, 53),
          },
          Raw {
           content: "enable",
           position: (33, 67),
          },
         ],
        },
        default: None,
       },
      ],
      position: (33, 46),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "configs",
        position: (35, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "client",
           position: (36, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: Variable {
          identifier: "recursiveUpdate",
          position: (36, 14),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "defaults",
            position: (36, 30),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "client",
              position: (36, 39),
             },
            ],
           },
           default: None,
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (36, 46),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "config",
              position: (36, 50),
             },
             Raw {
              content: "client",
              position: (36, 57),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "client-rt",
           position: (37, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: Variable {
          identifier: "recursiveUpdate",
          position: (37, 17),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "defaults",
            position: (37, 33),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "client-rt",
              position: (37, 42),
             },
            ],
           },
           default: None,
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (37, 52),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "config",
              position: (37, 56),
             },
             Raw {
              content: "client-rt",
              position: (37, 63),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "jack",
           position: (38, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: Variable {
          identifier: "recursiveUpdate",
          position: (38, 12),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "defaults",
            position: (38, 28),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "jack",
              position: (38, 37),
             },
            ],
           },
           default: None,
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (38, 42),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "config",
              position: (38, 46),
             },
             Raw {
              content: "jack",
              position: (38, 53),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "pipewire",
           position: (39, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: Variable {
          identifier: "recursiveUpdate",
          position: (39, 16),
         },
         arguments: [
          Parentheses {
           expression: IfThenElse {
            predicate: Variable {
             identifier: "useSessionManager",
             position: (39, 36),
            },
            then: PropertyAccess {
             expression: Variable {
              identifier: "defaults",
              position: (39, 59),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "pipewire",
                position: (39, 68),
               },
              ],
             },
             default: None,
            },
            else_: PropertyAccess {
             expression: Variable {
              identifier: "defaults",
              position: (39, 82),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "minimal",
                position: (39, 91),
               },
              ],
             },
             default: None,
            },
            position: (39, 33),
           },
           position: (39, 32),
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (39, 100),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "config",
              position: (39, 104),
             },
             Raw {
              content: "pipewire",
              position: (39, 111),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "pipewire-pulse",
           position: (40, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: Variable {
          identifier: "recursiveUpdate",
          position: (40, 22),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "defaults",
            position: (40, 38),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "pipewire-pulse",
              position: (40, 47),
             },
            ],
           },
           default: None,
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (40, 62),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "config",
              position: (40, 66),
             },
             Raw {
              content: "pipewire-pulse",
              position: (40, 73),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
      ],
      recursive: false,
      position: (35, 13),
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "meta",
         position: (44, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "maintainers",
            position: (45, 5),
           },
          ],
         },
         to: PropertyAccess {
          expression: Variable {
           identifier: "teams",
           position: (45, 19),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "freedesktop",
             position: (45, 25),
            },
            Raw {
             content: "members",
             position: (45, 37),
            },
           ],
          },
          default: None,
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "buildDocsInSandbox",
            position: (47, 5),
           },
          ],
         },
         to: Variable {
          identifier: "false",
          position: (47, 26),
         },
        },
       ],
       recursive: false,
       position: (44, 10),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (51, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (52, 5),
           },
           Raw {
            content: "pipewire",
            position: (52, 14),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (53, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (53, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "pipewire service",
                 position: (53, 32),
                },
               ],
               position: (53, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "package",
               position: (55, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (55, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (56, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (56, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "package",
                     position: (56, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (57, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (57, 19),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "pipewire",
                     position: (57, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "defaultText",
                    position: (58, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (58, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.pipewire",
                      position: (58, 42),
                     },
                    ],
                    position: (58, 41),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (59, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The pipewire derivation to use.\n",
                    position: (60, 1),
                   },
                  ],
                  position: (59, 23),
                 },
                },
               ],
               recursive: false,
               position: (55, 26),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "socketActivation",
               position: (64, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (64, 26),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (65, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (65, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (66, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (66, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (66, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (67, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Automatically run pipewire when connections are made to the pipewire socket.\n",
                    position: (68, 1),
                   },
                  ],
                  position: (67, 23),
                 },
                },
               ],
               recursive: false,
               position: (64, 35),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "config",
               position: (72, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "client",
                  position: (73, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (73, 18),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (74, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "json",
                      position: (74, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (74, 23),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (75, 11),
                      },
                     ],
                    },
                    to: Map {
                     bindings: [],
                     recursive: false,
                     position: (75, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (76, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Configuration for pipewire clients. For details see\nhttps://gitlab.freedesktop.org/pipewire/pipewire/-/blob/",
                       position: (77, 1),
                      },
                      Expression {
                       expression: PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (78, 71),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "package",
                           position: (78, 75),
                          },
                          Raw {
                           content: "version",
                           position: (78, 83),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                      Raw {
                       content: "/src/daemon/client.conf.in\n",
                       position: (78, 91),
                      },
                     ],
                     position: (76, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (73, 27),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "client-rt",
                  position: (82, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (82, 21),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (83, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "json",
                      position: (83, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (83, 23),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (84, 11),
                      },
                     ],
                    },
                    to: Map {
                     bindings: [],
                     recursive: false,
                     position: (84, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (85, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Configuration for realtime pipewire clients. For details see\nhttps://gitlab.freedesktop.org/pipewire/pipewire/-/blob/",
                       position: (86, 1),
                      },
                      Expression {
                       expression: PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (87, 71),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "package",
                           position: (87, 75),
                          },
                          Raw {
                           content: "version",
                           position: (87, 83),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                      Raw {
                       content: "/src/daemon/client-rt.conf.in\n",
                       position: (87, 91),
                      },
                     ],
                     position: (85, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (82, 30),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "jack",
                  position: (91, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (91, 16),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (92, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "json",
                      position: (92, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (92, 23),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (93, 11),
                      },
                     ],
                    },
                    to: Map {
                     bindings: [],
                     recursive: false,
                     position: (93, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (94, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Configuration for the pipewire daemon's jack module. For details see\nhttps://gitlab.freedesktop.org/pipewire/pipewire/-/blob/",
                       position: (95, 1),
                      },
                      Expression {
                       expression: PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (96, 71),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "package",
                           position: (96, 75),
                          },
                          Raw {
                           content: "version",
                           position: (96, 83),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                      Raw {
                       content: "/src/daemon/jack.conf.in\n",
                       position: (96, 91),
                      },
                     ],
                     position: (94, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (91, 25),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "pipewire",
                  position: (100, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (100, 20),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (101, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "json",
                      position: (101, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (101, 23),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (102, 11),
                      },
                     ],
                    },
                    to: Map {
                     bindings: [],
                     recursive: false,
                     position: (102, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (103, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Configuration for the pipewire daemon. For details see\nhttps://gitlab.freedesktop.org/pipewire/pipewire/-/blob/",
                       position: (104, 1),
                      },
                      Expression {
                       expression: PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (105, 71),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "package",
                           position: (105, 75),
                          },
                          Raw {
                           content: "version",
                           position: (105, 83),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                      Raw {
                       content: "/src/daemon/pipewire.conf.in\n",
                       position: (105, 91),
                      },
                     ],
                     position: (103, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (100, 29),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "pipewire-pulse",
                  position: (109, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (109, 26),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (110, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "json",
                      position: (110, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (110, 23),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (111, 11),
                      },
                     ],
                    },
                    to: Map {
                     bindings: [],
                     recursive: false,
                     position: (111, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (112, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Configuration for the pipewire-pulse daemon. For details see\nhttps://gitlab.freedesktop.org/pipewire/pipewire/-/blob/",
                       position: (113, 1),
                      },
                      Expression {
                       expression: PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (114, 71),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "package",
                           position: (114, 75),
                          },
                          Raw {
                           content: "version",
                           position: (114, 83),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                      Raw {
                       content: "/src/daemon/pipewire-pulse.conf.in\n",
                       position: (114, 91),
                      },
                     ],
                     position: (112, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (109, 35),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (72, 16),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "audio",
               position: (119, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (120, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: PropertyAccess {
                 expression: Variable {
                  identifier: "lib",
                  position: (120, 18),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "mkOption",
                    position: (120, 22),
                   },
                  ],
                 },
                 default: None,
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (121, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "lib",
                      position: (121, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "types",
                        position: (121, 22),
                       },
                       Raw {
                        content: "bool",
                        position: (121, 28),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (123, 11),
                      },
                     ],
                    },
                    to: BinaryOperation {
                     operator: LogicalOr,
                     operands: [
                      BinaryOperation {
                       operator: LogicalOr,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (123, 21),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "alsa",
                            position: (123, 25),
                           },
                           Raw {
                            content: "enable",
                            position: (123, 30),
                           },
                          ],
                         },
                         default: None,
                        },
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (123, 40),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "jack",
                            position: (123, 44),
                           },
                           Raw {
                            content: "enable",
                            position: (123, 49),
                           },
                          ],
                         },
                         default: None,
                        },
                       ],
                       position: (123, 37),
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (123, 59),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "pulse",
                          position: (123, 63),
                         },
                         Raw {
                          content: "enable",
                          position: (123, 69),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                     position: (123, 56),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "defaultText",
                       position: (124, 11),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "lib",
                       position: (124, 25),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "literalExpression",
                         position: (124, 29),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "config.services.pipewire.alsa.enable || config.services.pipewire.jack.enable || config.services.pipewire.pulse.enable",
                         position: (124, 48),
                        },
                       ],
                       position: (124, 47),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (125, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Whether to use PipeWire as the primary sound server",
                       position: (125, 26),
                      },
                     ],
                     position: (125, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (120, 31),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (119, 15),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "alsa",
               position: (129, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (130, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkEnableOption",
                 position: (130, 18),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "ALSA support",
                    position: (130, 34),
                   },
                  ],
                  position: (130, 33),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "support32Bit",
                  position: (131, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkEnableOption",
                 position: (131, 24),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "32-bit ALSA support on 64-bit systems",
                    position: (131, 40),
                   },
                  ],
                  position: (131, 39),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (129, 14),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "jack",
               position: (134, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (135, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkEnableOption",
                 position: (135, 18),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "JACK audio emulation",
                    position: (135, 34),
                   },
                  ],
                  position: (135, 33),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (134, 14),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "pulse",
               position: (138, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (139, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkEnableOption",
                 position: (139, 18),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "PulseAudio server emulation",
                    position: (139, 34),
                   },
                  ],
                  position: (139, 33),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (138, 15),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "systemWide",
               position: (142, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: PropertyAccess {
              expression: Variable {
               identifier: "lib",
               position: (142, 20),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "mkOption",
                 position: (142, 24),
                },
               ],
              },
              default: None,
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (143, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (143, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "types",
                     position: (143, 20),
                    },
                    Raw {
                     content: "bool",
                     position: (143, 26),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (144, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "false",
                  position: (144, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (145, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "If true, a system-wide PipeWire service and socket is enabled\nallowing all users in the \"pipewire\" group to use it simultaneously.\nIf false, then user units are used instead, restricting access to\nonly one user.\n\nEnabling system-wide PipeWire is however not recommended and disabled\nby default according to\nhttps://github.com/PipeWire/pipewire/blob/master/NEWS\n",
                    position: (146, 1),
                   },
                  ],
                  position: (145, 23),
                 },
                },
               ],
               recursive: false,
               position: (142, 33),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (52, 25),
         },
        },
       ],
       recursive: false,
       position: (51, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (162, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (162, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (162, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (162, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "assertions",
              position: (163, 5),
             },
            ],
           },
           to: List {
            elements: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "assertion",
                   position: (165, 9),
                  },
                 ],
                },
                to: BinaryOperation {
                 operator: Implication,
                 operands: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (165, 21),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "audio",
                      position: (165, 25),
                     },
                     Raw {
                      content: "enable",
                      position: (165, 31),
                     },
                    ],
                   },
                   default: None,
                  },
                  UnaryOperation {
                   operator: Not,
                   operand: PropertyAccess {
                    expression: Variable {
                     identifier: "config",
                     position: (165, 42),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "hardware",
                       position: (165, 49),
                      },
                      Raw {
                       content: "pulseaudio",
                       position: (165, 58),
                      },
                      Raw {
                       content: "enable",
                       position: (165, 69),
                      },
                     ],
                    },
                    default: None,
                   },
                   position: (165, 41),
                  },
                 ],
                 position: (165, 38),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "message",
                   position: (166, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Using PipeWire as the sound server conflicts with PulseAudio. This option requires `hardware.pulseaudio.enable` to be set to false",
                   position: (166, 20),
                  },
                 ],
                 position: (166, 19),
                },
               },
              ],
              recursive: false,
              position: (164, 7),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "assertion",
                   position: (169, 9),
                  },
                 ],
                },
                to: BinaryOperation {
                 operator: Implication,
                 operands: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (169, 21),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "jack",
                      position: (169, 25),
                     },
                     Raw {
                      content: "enable",
                      position: (169, 30),
                     },
                    ],
                   },
                   default: None,
                  },
                  UnaryOperation {
                   operator: Not,
                   operand: PropertyAccess {
                    expression: Variable {
                     identifier: "config",
                     position: (169, 41),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "services",
                       position: (169, 48),
                      },
                      Raw {
                       content: "jack",
                       position: (169, 57),
                      },
                      Raw {
                       content: "jackd",
                       position: (169, 62),
                      },
                      Raw {
                       content: "enable",
                       position: (169, 68),
                      },
                     ],
                    },
                    default: None,
                   },
                   position: (169, 40),
                  },
                 ],
                 position: (169, 37),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "message",
                   position: (170, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "PipeWire based JACK emulation doesn't use the JACK service. This option requires `services.jack.jackd.enable` to be set to false",
                   position: (170, 20),
                  },
                 ],
                 position: (170, 19),
                },
               },
              ],
              recursive: false,
              position: (168, 7),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "assertion",
                   position: (174, 9),
                  },
                 ],
                },
                to: BinaryOperation {
                 operator: Implication,
                 operands: [
                  Parentheses {
                   expression: BinaryOperation {
                    operator: LogicalOr,
                    operands: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (174, 22),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "alsa",
                         position: (174, 26),
                        },
                        Raw {
                         content: "enable",
                         position: (174, 31),
                        },
                       ],
                      },
                      default: None,
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (174, 41),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "pulse",
                         position: (174, 45),
                        },
                        Raw {
                         content: "enable",
                         position: (174, 51),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                    position: (174, 38),
                   },
                   position: (174, 21),
                  },
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (174, 62),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "audio",
                      position: (174, 66),
                     },
                     Raw {
                      content: "enable",
                      position: (174, 72),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                 position: (174, 59),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "message",
                   position: (175, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Using PipeWire's ALSA/PulseAudio compatibility layers requires running PipeWire as the sound server. Set `services.pipewire.audio.enable` to true.",
                   position: (175, 20),
                  },
                 ],
                 position: (175, 19),
                },
               },
              ],
              recursive: false,
              position: (172, 7),
             },
            ],
            position: (163, 18),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (179, 5),
             },
             Raw {
              content: "systemPackages",
              position: (179, 17),
             },
            ],
           },
           to: BinaryOperation {
            operator: Concatenation,
            operands: [
             List {
              elements: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (179, 36),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "package",
                   position: (179, 40),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (179, 34),
             },
             FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "lib",
                position: (180, 37),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "optional",
                  position: (180, 41),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (180, 50),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "jack",
                   position: (180, 54),
                  },
                  Raw {
                   content: "enable",
                   position: (180, 59),
                  },
                 ],
                },
                default: None,
               },
               Variable {
                identifier: "jack-libs",
                position: (180, 66),
               },
              ],
             },
            ],
            position: (180, 34),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (182, 5),
             },
             Raw {
              content: "packages",
              position: (182, 13),
             },
            ],
           },
           to: BinaryOperation {
            operator: Concatenation,
            operands: [
             List {
              elements: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (182, 26),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "package",
                   position: (182, 30),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (182, 24),
             },
             FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "lib",
                position: (183, 27),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "optional",
                  position: (183, 31),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (183, 40),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "pulse",
                   position: (183, 44),
                  },
                  Raw {
                   content: "enable",
                   position: (183, 50),
                  },
                 ],
                },
                default: None,
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (183, 57),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "package",
                   position: (183, 61),
                  },
                  Raw {
                   content: "pulse",
                   position: (183, 69),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
            ],
            position: (183, 24),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (187, 5),
             },
             Raw {
              content: "services",
              position: (187, 13),
             },
             Raw {
              content: "pipewire",
              position: (187, 22),
             },
             Raw {
              content: "bindsTo",
              position: (187, 31),
             },
            ],
           },
           to: List {
            elements: [
             String {
              parts: [
               Raw {
                content: "dbus.service",
                position: (187, 44),
               },
              ],
              position: (187, 43),
             },
            ],
            position: (187, 41),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (188, 5),
             },
             Raw {
              content: "user",
              position: (188, 13),
             },
             Raw {
              content: "services",
              position: (188, 18),
             },
             Raw {
              content: "pipewire",
              position: (188, 27),
             },
             Raw {
              content: "bindsTo",
              position: (188, 36),
             },
            ],
           },
           to: List {
            elements: [
             String {
              parts: [
               Raw {
                content: "dbus.service",
                position: (188, 49),
               },
              ],
              position: (188, 48),
             },
            ],
            position: (188, 46),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (192, 5),
             },
             Raw {
              content: "sockets",
              position: (192, 13),
             },
             Raw {
              content: "pipewire",
              position: (192, 21),
             },
             Raw {
              content: "enable",
              position: (192, 30),
             },
            ],
           },
           to: PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (192, 39),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "systemWide",
               position: (192, 43),
              },
             ],
            },
            default: None,
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (193, 5),
             },
             Raw {
              content: "services",
              position: (193, 13),
             },
             Raw {
              content: "pipewire",
              position: (193, 22),
             },
             Raw {
              content: "enable",
              position: (193, 31),
             },
            ],
           },
           to: PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (193, 40),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "systemWide",
               position: (193, 44),
              },
             ],
            },
            default: None,
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (194, 5),
             },
             Raw {
              content: "user",
              position: (194, 13),
             },
             Raw {
              content: "sockets",
              position: (194, 18),
             },
             Raw {
              content: "pipewire",
              position: (194, 26),
             },
             Raw {
              content: "enable",
              position: (194, 35),
             },
            ],
           },
           to: UnaryOperation {
            operator: Not,
            operand: PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (194, 45),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "systemWide",
                position: (194, 49),
               },
              ],
             },
             default: None,
            },
            position: (194, 44),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (195, 5),
             },
             Raw {
              content: "user",
              position: (195, 13),
             },
             Raw {
              content: "services",
              position: (195, 18),
             },
             Raw {
              content: "pipewire",
              position: (195, 27),
             },
             Raw {
              content: "enable",
              position: (195, 36),
             },
            ],
           },
           to: UnaryOperation {
            operator: Not,
            operand: PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (195, 46),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "systemWide",
                position: (195, 50),
               },
              ],
             },
             default: None,
            },
            position: (195, 45),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (197, 5),
             },
             Raw {
              content: "sockets",
              position: (197, 13),
             },
             Raw {
              content: "pipewire",
              position: (197, 21),
             },
             Raw {
              content: "wantedBy",
              position: (197, 30),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (197, 41),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "mkIf",
                position: (197, 45),
               },
              ],
             },
             default: None,
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (197, 50),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "socketActivation",
                 position: (197, 54),
                },
               ],
              },
              default: None,
             },
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "sockets.target",
                  position: (197, 74),
                 },
                ],
                position: (197, 73),
               },
              ],
              position: (197, 71),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (198, 5),
             },
             Raw {
              content: "user",
              position: (198, 13),
             },
             Raw {
              content: "sockets",
              position: (198, 18),
             },
             Raw {
              content: "pipewire",
              position: (198, 26),
             },
             Raw {
              content: "wantedBy",
              position: (198, 35),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (198, 46),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "mkIf",
                position: (198, 50),
               },
              ],
             },
             default: None,
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (198, 55),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "socketActivation",
                 position: (198, 59),
                },
               ],
              },
              default: None,
             },
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "sockets.target",
                  position: (198, 79),
                 },
                ],
                position: (198, 78),
               },
              ],
              position: (198, 76),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (199, 5),
             },
             Raw {
              content: "user",
              position: (199, 13),
             },
             Raw {
              content: "sockets",
              position: (199, 18),
             },
             Raw {
              content: "pipewire-pulse",
              position: (199, 26),
             },
             Raw {
              content: "wantedBy",
              position: (199, 41),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (199, 52),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "mkIf",
                position: (199, 56),
               },
              ],
             },
             default: None,
            },
            arguments: [
             Parentheses {
              expression: BinaryOperation {
               operator: LogicalAnd,
               operands: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (199, 62),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "socketActivation",
                    position: (199, 66),
                   },
                  ],
                 },
                 default: None,
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (199, 86),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "pulse",
                    position: (199, 90),
                   },
                   Raw {
                    content: "enable",
                    position: (199, 96),
                   },
                  ],
                 },
                 default: None,
                },
               ],
               position: (199, 83),
              },
              position: (199, 61),
             },
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "sockets.target",
                  position: (199, 106),
                 },
                ],
                position: (199, 105),
               },
              ],
              position: (199, 104),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "services",
              position: (201, 5),
             },
             Raw {
              content: "udev",
              position: (201, 14),
             },
             Raw {
              content: "packages",
              position: (201, 19),
             },
            ],
           },
           to: List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (201, 32),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "package",
                 position: (201, 36),
                },
               ],
              },
              default: None,
             },
            ],
            position: (201, 30),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (204, 5),
             },
             Raw {
              content: "etc",
              position: (204, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "alsa/conf.d/49-pipewire-modules.conf",
                 position: (204, 22),
                },
               ],
               position: (204, 21),
              },
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (204, 62),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (204, 67),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "alsa",
                 position: (204, 71),
                },
                Raw {
                 content: "enable",
                 position: (204, 76),
                },
               ],
              },
              default: None,
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "text",
                   position: (205, 7),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "pcm_type.pipewire {\n  libs.native = ",
                   position: (206, 1),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (207, 27),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "package",
                       position: (207, 31),
                      },
                      Raw {
                       content: "lib",
                       position: (207, 39),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/lib/alsa-lib/libasound_module_pcm_pipewire.so ;\n  ",
                   position: (207, 43),
                  },
                  Expression {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "optionalString",
                     position: (208, 13),
                    },
                    arguments: [
                     Variable {
                      identifier: "enable32BitAlsaPlugins",
                      position: (208, 28),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "libs.32Bit = ",
                        position: (209, 14),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "pkgs",
                          position: (209, 29),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "pkgsi686Linux",
                            position: (209, 34),
                           },
                           Raw {
                            content: "pipewire",
                            position: (209, 48),
                           },
                           Raw {
                            content: "lib",
                            position: (209, 57),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "/lib/alsa-lib/libasound_module_pcm_pipewire.so ;",
                        position: (209, 61),
                       },
                      ],
                      position: (209, 13),
                     },
                    ],
                   },
                  },
                  Raw {
                   content: "\n}\nctl_type.pipewire {\n  libs.native = ",
                   position: (209, 111),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (212, 27),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "package",
                       position: (212, 31),
                      },
                      Raw {
                       content: "lib",
                       position: (212, 39),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/lib/alsa-lib/libasound_module_ctl_pipewire.so ;\n  ",
                   position: (212, 43),
                  },
                  Expression {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "optionalString",
                     position: (213, 13),
                    },
                    arguments: [
                     Variable {
                      identifier: "enable32BitAlsaPlugins",
                      position: (213, 28),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "libs.32Bit = ",
                        position: (214, 14),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "pkgs",
                          position: (214, 29),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "pkgsi686Linux",
                            position: (214, 34),
                           },
                           Raw {
                            content: "pipewire",
                            position: (214, 48),
                           },
                           Raw {
                            content: "lib",
                            position: (214, 57),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "/lib/alsa-lib/libasound_module_ctl_pipewire.so ;",
                        position: (214, 61),
                       },
                      ],
                      position: (214, 13),
                     },
                    ],
                   },
                  },
                  Raw {
                   content: "\n}\n",
                   position: (214, 111),
                  },
                 ],
                 position: (205, 14),
                },
               },
              ],
              recursive: false,
              position: (204, 83),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (218, 5),
             },
             Raw {
              content: "etc",
              position: (218, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "alsa/conf.d/50-pipewire.conf",
                 position: (218, 22),
                },
               ],
               position: (218, 21),
              },
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (218, 54),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (218, 59),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "alsa",
                 position: (218, 63),
                },
                Raw {
                 content: "enable",
                 position: (218, 68),
                },
               ],
              },
              default: None,
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "source",
                   position: (219, 7),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (219, 19),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "package",
                       position: (219, 23),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/share/alsa/alsa.conf.d/50-pipewire.conf",
                   position: (219, 31),
                  },
                 ],
                 position: (219, 16),
                },
               },
              ],
              recursive: false,
              position: (218, 75),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (221, 5),
             },
             Raw {
              content: "etc",
              position: (221, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "alsa/conf.d/99-pipewire-default.conf",
                 position: (221, 22),
                },
               ],
               position: (221, 21),
              },
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (221, 62),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (221, 67),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "alsa",
                 position: (221, 71),
                },
                Raw {
                 content: "enable",
                 position: (221, 76),
                },
               ],
              },
              default: None,
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "source",
                   position: (222, 7),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (222, 19),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "package",
                       position: (222, 23),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/share/alsa/alsa.conf.d/99-pipewire-default.conf",
                   position: (222, 31),
                  },
                 ],
                 position: (222, 16),
                },
               },
              ],
              recursive: false,
              position: (221, 83),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (225, 5),
             },
             Raw {
              content: "etc",
              position: (225, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "pipewire/client.conf",
                 position: (225, 22),
                },
               ],
               position: (225, 21),
              },
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "source",
                 position: (226, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "json",
                 position: (226, 16),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "generate",
                   position: (226, 21),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "client.conf",
                   position: (226, 31),
                  },
                 ],
                 position: (226, 30),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "configs",
                  position: (226, 44),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "client",
                    position: (226, 52),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (225, 46),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (228, 5),
             },
             Raw {
              content: "etc",
              position: (228, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "pipewire/client-rt.conf",
                 position: (228, 22),
                },
               ],
               position: (228, 21),
              },
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "source",
                 position: (229, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "json",
                 position: (229, 16),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "generate",
                   position: (229, 21),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "client-rt.conf",
                   position: (229, 31),
                  },
                 ],
                 position: (229, 30),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "configs",
                  position: (229, 47),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "client-rt",
                    position: (229, 55),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (228, 49),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (231, 5),
             },
             Raw {
              content: "etc",
              position: (231, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "pipewire/jack.conf",
                 position: (231, 22),
                },
               ],
               position: (231, 21),
              },
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "source",
                 position: (232, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "json",
                 position: (232, 16),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "generate",
                   position: (232, 21),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "jack.conf",
                   position: (232, 31),
                  },
                 ],
                 position: (232, 30),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "configs",
                  position: (232, 42),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "jack",
                    position: (232, 50),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (231, 44),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (234, 5),
             },
             Raw {
              content: "etc",
              position: (234, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "pipewire/pipewire.conf",
                 position: (234, 22),
                },
               ],
               position: (234, 21),
              },
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "source",
                 position: (235, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "json",
                 position: (235, 16),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "generate",
                   position: (235, 21),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "pipewire.conf",
                   position: (235, 31),
                  },
                 ],
                 position: (235, 30),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "configs",
                  position: (235, 46),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "pipewire",
                    position: (235, 54),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (234, 48),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (237, 5),
             },
             Raw {
              content: "etc",
              position: (237, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "pipewire/pipewire-pulse.conf",
                 position: (237, 22),
                },
               ],
               position: (237, 21),
              },
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "source",
                 position: (238, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "json",
                 position: (238, 16),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "generate",
                   position: (238, 21),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "pipewire-pulse.conf",
                   position: (238, 31),
                  },
                 ],
                 position: (238, 30),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "configs",
                  position: (238, 52),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "pipewire-pulse",
                    position: (238, 60),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (237, 54),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (241, 5),
             },
             Raw {
              content: "sessionVariables",
              position: (241, 17),
             },
             Raw {
              content: "LD_LIBRARY_PATH",
              position: (241, 34),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (242, 7),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "optional",
                position: (242, 11),
               },
              ],
             },
             default: None,
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (242, 20),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "jack",
                 position: (242, 24),
                },
                Raw {
                 content: "enable",
                 position: (242, 29),
                },
               ],
              },
              default: None,
             },
             String {
              parts: [
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (242, 39),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "package",
                    position: (242, 43),
                   },
                   Raw {
                    content: "jack",
                    position: (242, 51),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "/lib",
                position: (242, 56),
               },
              ],
              position: (242, 36),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "users",
              position: (244, 5),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (244, 13),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "mkIf",
                position: (244, 17),
               },
              ],
             },
             default: None,
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (244, 22),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "systemWide",
                 position: (244, 26),
                },
               ],
              },
              default: None,
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "users",
                   position: (245, 7),
                  },
                  Raw {
                   content: "pipewire",
                   position: (245, 13),
                  },
                 ],
                },
                to: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "uid",
                      position: (246, 9),
                     },
                    ],
                   },
                   to: PropertyAccess {
                    expression: Variable {
                     identifier: "config",
                     position: (246, 15),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "ids",
                       position: (246, 22),
                      },
                      Raw {
                       content: "uids",
                       position: (246, 26),
                      },
                      Raw {
                       content: "pipewire",
                       position: (246, 31),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "group",
                      position: (247, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "pipewire",
                      position: (247, 18),
                     },
                    ],
                    position: (247, 17),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "extraGroups",
                      position: (248, 9),
                     },
                    ],
                   },
                   to: BinaryOperation {
                    operator: Concatenation,
                    operands: [
                     List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "audio",
                          position: (249, 12),
                         },
                        ],
                        position: (249, 11),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "video",
                          position: (250, 12),
                         },
                        ],
                        position: (250, 11),
                       },
                      ],
                      position: (248, 23),
                     },
                     FunctionApplication {
                      function: PropertyAccess {
                       expression: Variable {
                        identifier: "lib",
                        position: (251, 14),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "optional",
                          position: (251, 18),
                         },
                        ],
                       },
                       default: None,
                      },
                      arguments: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "config",
                         position: (251, 27),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "security",
                           position: (251, 34),
                          },
                          Raw {
                           content: "rtkit",
                           position: (251, 43),
                          },
                          Raw {
                           content: "enable",
                           position: (251, 49),
                          },
                         ],
                        },
                        default: None,
                       },
                       String {
                        parts: [
                         Raw {
                          content: "rtkit",
                          position: (251, 57),
                         },
                        ],
                        position: (251, 56),
                       },
                      ],
                     },
                    ],
                    position: (251, 11),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "description",
                      position: (252, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "Pipewire system service user",
                      position: (252, 24),
                     },
                    ],
                    position: (252, 23),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "isSystemUser",
                      position: (253, 9),
                     },
                    ],
                   },
                   to: Variable {
                    identifier: "true",
                    position: (253, 24),
                   },
                  },
                 ],
                 recursive: false,
                 position: (245, 24),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "groups",
                   position: (255, 7),
                  },
                  Raw {
                   content: "pipewire",
                   position: (255, 14),
                  },
                  Raw {
                   content: "gid",
                   position: (255, 23),
                  },
                 ],
                },
                to: PropertyAccess {
                 expression: Variable {
                  identifier: "config",
                  position: (255, 29),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "ids",
                    position: (255, 36),
                   },
                   Raw {
                    content: "gids",
                    position: (255, 40),
                   },
                   Raw {
                    content: "pipewire",
                    position: (255, 45),
                   },
                  ],
                 },
                 default: None,
                },
               },
              ],
              recursive: false,
              position: (244, 37),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (259, 5),
             },
             Raw {
              content: "services",
              position: (259, 13),
             },
             Raw {
              content: "pipewire",
              position: (259, 22),
             },
             Raw {
              content: "environment",
              position: (259, 31),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "PIPEWIRE_LINK_PASSIVE",
                 position: (259, 44),
                },
               ],
               position: (259, 43),
              },
             },
            ],
           },
           to: String {
            parts: [
             Raw {
              content: "1",
              position: (259, 70),
             },
            ],
            position: (259, 69),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (260, 5),
             },
             Raw {
              content: "user",
              position: (260, 13),
             },
             Raw {
              content: "services",
              position: (260, 18),
             },
             Raw {
              content: "pipewire",
              position: (260, 27),
             },
             Raw {
              content: "environment",
              position: (260, 36),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "PIPEWIRE_LINK_PASSIVE",
                 position: (260, 49),
                },
               ],
               position: (260, 48),
              },
             },
            ],
           },
           to: String {
            parts: [
             Raw {
              content: "1",
              position: (260, 75),
             },
            ],
            position: (260, 74),
           },
          },
         ],
         recursive: false,
         position: (162, 28),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (42, 4),
   },
   position: (6, 1),
  },
  position: (4, 1),
 },
 position: (2, 1),
}