---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (5, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "vteInitSnippet",
        position: (9, 3),
       },
      ],
     },
     to: String {
      parts: [
       Raw {
        content: "# Show current working directory in VTE terminals window title.\n# Supports both bash and zsh, requires interactive shell.\n. ",
        position: (10, 1),
       },
       Interpolation {
        expression: PropertyAccess {
         expression: Variable {
          identifier: "pkgs",
          position: (12, 9),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "vte",
            position: (12, 14),
           },
          ],
         },
         default: None,
        },
       },
       Raw {
        content: "/etc/profile.d/vte.sh\n",
        position: (12, 18),
       },
      ],
      position: (9, 20),
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "meta",
         position: (19, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "maintainers",
            position: (20, 5),
           },
          ],
         },
         to: PropertyAccess {
          expression: Variable {
           identifier: "teams",
           position: (20, 19),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "gnome",
             position: (20, 25),
            },
            Raw {
             content: "members",
             position: (20, 31),
            },
           ],
          },
          default: None,
         },
        },
       ],
       recursive: false,
       position: (19, 10),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (23, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "programs",
            position: (25, 5),
           },
           Raw {
            content: "bash",
            position: (25, 14),
           },
           Raw {
            content: "vteIntegration",
            position: (25, 19),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (25, 36),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (26, 7),
                },
               ],
              },
              to: Variable {
               identifier: "false",
               position: (26, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (27, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (27, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "bool",
                  position: (27, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (28, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Whether to enable Bash integration for VTE terminals.\nThis allows it to preserve the current directory of the shell\nacross terminals.\n",
                 position: (29, 1),
                },
               ],
               position: (28, 21),
              },
             },
            ],
            recursive: false,
            position: (25, 45),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "programs",
            position: (35, 5),
           },
           Raw {
            content: "zsh",
            position: (35, 14),
           },
           Raw {
            content: "vteIntegration",
            position: (35, 18),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (35, 35),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (36, 7),
                },
               ],
              },
              to: Variable {
               identifier: "false",
               position: (36, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (37, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (37, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "bool",
                  position: (37, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (38, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Whether to enable Zsh integration for VTE terminals.\nThis allows it to preserve the current directory of the shell\nacross terminals.\n",
                 position: (39, 1),
                },
               ],
               position: (38, 21),
              },
             },
            ],
            recursive: false,
            position: (35, 44),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (23, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (47, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkMerge",
        position: (47, 12),
       },
       arguments: [
        List {
         elements: [
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (48, 6),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (48, 11),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "programs",
                 position: (48, 18),
                },
                Raw {
                 content: "bash",
                 position: (48, 27),
                },
                Raw {
                 content: "vteIntegration",
                 position: (48, 32),
                },
               ],
              },
              default: None,
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "programs",
                   position: (49, 7),
                  },
                  Raw {
                   content: "bash",
                   position: (49, 16),
                  },
                  Raw {
                   content: "interactiveShellInit",
                   position: (49, 21),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkBefore",
                  position: (49, 44),
                 },
                 arguments: [
                  Variable {
                   identifier: "vteInitSnippet",
                   position: (49, 53),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (48, 47),
             },
            ],
           },
           position: (48, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (52, 6),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (52, 11),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "programs",
                 position: (52, 18),
                },
                Raw {
                 content: "zsh",
                 position: (52, 27),
                },
                Raw {
                 content: "vteIntegration",
                 position: (52, 31),
                },
               ],
              },
              default: None,
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "programs",
                   position: (53, 7),
                  },
                  Raw {
                   content: "zsh",
                   position: (53, 16),
                  },
                  Raw {
                   content: "interactiveShellInit",
                   position: (53, 20),
                  },
                 ],
                },
                to: Variable {
                 identifier: "vteInitSnippet",
                 position: (53, 43),
                },
               },
              ],
              recursive: false,
              position: (52, 46),
             },
            ],
           },
           position: (52, 5),
          },
         ],
         position: (47, 20),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (17, 1),
   },
   position: (7, 1),
  },
  position: (5, 1),
 },
 position: (3, 1),
}