---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "programs",
         position: (6, 16),
        },
        Raw {
         content: "autojump",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "prg",
        position: (7, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (7, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "programs",
         position: (7, 16),
        },
       ],
      },
      default: None,
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (10, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "programs",
            position: (11, 5),
           },
           Raw {
            content: "autojump",
            position: (11, 14),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "enable",
               position: (13, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (13, 16),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (14, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (14, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (14, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (15, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (15, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (16, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Whether to enable autojump.\n",
                    position: (17, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (13, 25),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (11, 25),
         },
        ),
       ],
       recursive: false,
       position: (10, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (25, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (25, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (25, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (25, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (26, 5),
             },
             Raw {
              content: "pathsToLink",
              position: (26, 17),
             },
            ],
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "/share/autojump",
                position: (26, 34),
               },
              ],
             },
            ],
            position: (26, 31),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (27, 5),
             },
             Raw {
              content: "systemPackages",
              position: (27, 17),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (27, 36),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "autojump",
                 position: (27, 41),
                },
               ],
              },
              default: None,
             },
            ],
            position: (27, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "programs",
              position: (29, 5),
             },
             Raw {
              content: "bash",
              position: (29, 14),
             },
             Raw {
              content: "interactiveShellInit",
              position: (29, 19),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "source ",
              position: (29, 43),
             },
             Expression {
              expression: PropertyAccess {
               expression: Variable {
                identifier: "pkgs",
                position: (29, 52),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "autojump",
                  position: (29, 57),
                 },
                ],
               },
               default: None,
              },
             },
             Raw {
              content: "/share/autojump/autojump.bash",
              position: (29, 66),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "programs",
              position: (30, 5),
             },
             Raw {
              content: "zsh",
              position: (30, 14),
             },
             Raw {
              content: "interactiveShellInit",
              position: (30, 18),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (30, 41),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "prg",
               position: (30, 46),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "zsh",
                 position: (30, 50),
                },
                Raw {
                 content: "enable",
                 position: (30, 54),
                },
               ],
              },
              default: None,
             },
             String {
              parts: [
               Raw {
                content: "source ",
                position: (30, 62),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "pkgs",
                  position: (30, 71),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "autojump",
                    position: (30, 76),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "/share/autojump/autojump.zsh",
                position: (30, 85),
               },
              ],
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "programs",
              position: (31, 5),
             },
             Raw {
              content: "fish",
              position: (31, 14),
             },
             Raw {
              content: "interactiveShellInit",
              position: (31, 19),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (31, 42),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "prg",
               position: (31, 47),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "fish",
                 position: (31, 51),
                },
                Raw {
                 content: "enable",
                 position: (31, 56),
                },
               ],
              },
              default: None,
             },
             String {
              parts: [
               Raw {
                content: "source ",
                position: (31, 64),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "pkgs",
                  position: (31, 73),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "autojump",
                    position: (31, 78),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "/share/autojump/autojump.fish",
                position: (31, 87),
               },
              ],
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (25, 28),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (9, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}