---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (5, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "vteInitSnippet",
        position: (9, 3),
       },
      ],
     },
     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),
       },
       Expression {
        expression: PropertyAccess {
         expression: Variable {
          identifier: "pkgs",
          position: (12, 9),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "vte",
            position: (12, 14),
           },
          ],
         },
         default: None,
        },
       },
       Raw {
        content: "/etc/profile.d/vte.sh\n",
        position: (12, 18),
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "meta",
         position: (19, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "maintainers",
            position: (20, 5),
           },
          ],
         },
         PropertyAccess {
          expression: Variable {
           identifier: "teams",
           position: (20, 19),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "gnome",
             position: (20, 25),
            },
            Raw {
             content: "members",
             position: (20, 31),
            },
           ],
          },
          default: None,
         },
        ),
       ],
       recursive: false,
       position: (19, 10),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (23, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "programs",
            position: (25, 5),
           },
           Raw {
            content: "bash",
            position: (25, 14),
           },
           Raw {
            content: "vteIntegration",
            position: (25, 19),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (25, 36),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (26, 7),
                },
               ],
              },
              Variable {
               identifier: "false",
               position: (26, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (27, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (27, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "bool",
                  position: (27, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (28, 7),
                },
               ],
              },
              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),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (25, 45),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "programs",
            position: (35, 5),
           },
           Raw {
            content: "zsh",
            position: (35, 14),
           },
           Raw {
            content: "vteIntegration",
            position: (35, 18),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (35, 35),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (36, 7),
                },
               ],
              },
              Variable {
               identifier: "false",
               position: (36, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (37, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (37, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "bool",
                  position: (37, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (38, 7),
                },
               ],
              },
              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),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (35, 44),
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (23, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (47, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkMerge",
        position: (47, 12),
       },
       arguments: [
        List {
         elements: [
          FunctionApplication {
           function: Variable {
            identifier: "mkIf",
            position: (48, 6),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "config",
              position: (48, 11),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "programs",
                position: (48, 18),
               },
               Raw {
                content: "bash",
                position: (48, 27),
               },
               Raw {
                content: "vteIntegration",
                position: (48, 32),
               },
              ],
             },
             default: None,
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "programs",
                  position: (49, 7),
                 },
                 Raw {
                  content: "bash",
                  position: (49, 16),
                 },
                 Raw {
                  content: "interactiveShellInit",
                  position: (49, 21),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkBefore",
                 position: (49, 44),
                },
                arguments: [
                 Variable {
                  identifier: "vteInitSnippet",
                  position: (49, 53),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (48, 47),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkIf",
            position: (52, 6),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "config",
              position: (52, 11),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "programs",
                position: (52, 18),
               },
               Raw {
                content: "zsh",
                position: (52, 27),
               },
               Raw {
                content: "vteIntegration",
                position: (52, 31),
               },
              ],
             },
             default: None,
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "programs",
                  position: (53, 7),
                 },
                 Raw {
                  content: "zsh",
                  position: (53, 16),
                 },
                 Raw {
                  content: "interactiveShellInit",
                  position: (53, 20),
                 },
                ],
               },
               Variable {
                identifier: "vteInitSnippet",
                position: (53, 43),
               },
              ),
             ],
             recursive: false,
             position: (52, 46),
            },
           ],
          },
         ],
         position: (47, 20),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (17, 1),
   },
   position: (7, 1),
  },
  position: (5, 1),
 },
 position: (3, 1),
}