---
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: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "meta",
        position: (6, 3),
       },
       Raw {
        content: "maintainers",
        position: (6, 8),
       },
      ],
     },
     List {
      elements: [
       PropertyAccess {
        expression: Variable {
         identifier: "maintainers",
         position: (6, 24),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "oxalica",
           position: (6, 36),
          },
         ],
        },
        default: None,
       },
      ],
      position: (6, 22),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (9, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "programs",
           position: (10, 5),
          },
          Raw {
           content: "partition-manager",
           position: (10, 14),
          },
          Raw {
           content: "enable",
           position: (10, 32),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkEnableOption",
          position: (10, 41),
         },
         arguments: [
          String {
           parts: [
            Raw {
             content: "KDE Partition Manager",
             position: (10, 57),
            },
           ],
          },
         ],
        },
       ),
      ],
      recursive: false,
      position: (9, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (14, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (14, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (14, 17),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "programs",
           position: (14, 24),
          },
          Raw {
           content: "partition-manager",
           position: (14, 33),
          },
          Raw {
           content: "enable",
           position: (14, 51),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "services",
             position: (15, 5),
            },
            Raw {
             content: "dbus",
             position: (15, 14),
            },
            Raw {
             content: "packages",
             position: (15, 19),
            },
           ],
          },
          List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (15, 32),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "libsForQt5",
                position: (15, 37),
               },
               Raw {
                content: "kpmcore",
                position: (15, 48),
               },
              ],
             },
             default: None,
            },
           ],
           position: (15, 30),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "environment",
             position: (17, 5),
            },
            Raw {
             content: "systemPackages",
             position: (17, 17),
            },
           ],
          },
          List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (17, 36),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "libsForQt5",
                position: (17, 41),
               },
               Raw {
                content: "kpmcore",
                position: (17, 52),
               },
              ],
             },
             default: None,
            },
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (17, 60),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "partition-manager",
                position: (17, 65),
               },
              ],
             },
             default: None,
            },
           ],
           position: (17, 34),
          },
         ),
        ],
        recursive: false,
        position: (14, 58),
       },
      ],
     },
    ),
   ],
   recursive: false,
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}