---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (6, 6),
  },
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (9, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "environment",
           position: (10, 5),
          },
          Raw {
           content: "noXlibs",
           position: (10, 17),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkOption",
          position: (10, 27),
         },
         arguments: [
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "type",
                position: (11, 7),
               },
              ],
             },
             PropertyAccess {
              expression: Variable {
               identifier: "types",
               position: (11, 14),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "bool",
                 position: (11, 20),
                },
               ],
              },
              default: None,
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "default",
                position: (12, 7),
               },
              ],
             },
             Variable {
              identifier: "false",
              position: (12, 17),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "description",
                position: (13, 7),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "Switch off the options in the default configuration that\nrequire X11 libraries. This includes client-side font\nconfiguration and SSH forwarding of X11 authentication\nin. Thus, you probably do not want to enable this option if\nyou want to run X11 programs on this machine via SSH.\n",
                position: (14, 1),
               },
              ],
             },
            ),
           ],
           recursive: false,
           position: (10, 36),
          },
         ],
        },
       ),
      ],
      recursive: false,
      position: (9, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (23, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (23, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (23, 17),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "environment",
           position: (23, 24),
          },
          Raw {
           content: "noXlibs",
           position: (23, 36),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "programs",
             position: (24, 5),
            },
            Raw {
             content: "ssh",
             position: (24, 14),
            },
            Raw {
             content: "setXAuthLocation",
             position: (24, 18),
            },
           ],
          },
          Variable {
           identifier: "false",
           position: (24, 37),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "security",
             position: (25, 5),
            },
            Raw {
             content: "pam",
             position: (25, 14),
            },
            Raw {
             content: "services",
             position: (25, 18),
            },
            Raw {
             content: "su",
             position: (25, 27),
            },
            Raw {
             content: "forwardXAuth",
             position: (25, 30),
            },
           ],
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (25, 45),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "mkForce",
               position: (25, 49),
              },
             ],
            },
            default: None,
           },
           arguments: [
            Variable {
             identifier: "false",
             position: (25, 57),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "fonts",
             position: (27, 5),
            },
            Raw {
             content: "fontconfig",
             position: (27, 11),
            },
            Raw {
             content: "enable",
             position: (27, 22),
            },
           ],
          },
          Variable {
           identifier: "false",
           position: (27, 31),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "nixpkgs",
             position: (29, 5),
            },
            Raw {
             content: "overlays",
             position: (29, 13),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "singleton",
            position: (29, 24),
           },
           arguments: [
            FunctionApplication {
             function: Variable {
              identifier: "const",
              position: (29, 35),
             },
             arguments: [
              Function {
               argument: Some(
                "super",
               ),
               arguments: FunctionArguments {
                arguments: [],
                ellipsis: false,
               },
               definition: Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "cairo",
                     position: (30, 7),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "super",
                     position: (30, 15),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "cairo",
                       position: (30, 21),
                      },
                      Raw {
                       content: "override",
                       position: (30, 27),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "x11Support",
                          position: (30, 38),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (30, 51),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (30, 36),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "dbus",
                     position: (31, 7),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "super",
                     position: (31, 14),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "dbus",
                       position: (31, 20),
                      },
                      Raw {
                       content: "override",
                       position: (31, 25),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "x11Support",
                          position: (31, 36),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (31, 49),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (31, 34),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "beam",
                     position: (32, 7),
                    },
                   ],
                  },
                  PropertyAccess {
                   expression: Variable {
                    identifier: "super",
                    position: (32, 14),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "beam_nox",
                      position: (32, 20),
                     },
                    ],
                   },
                   default: None,
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "networkmanager-fortisslvpn",
                     position: (33, 7),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "super",
                     position: (33, 36),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "networkmanager-fortisslvpn",
                       position: (33, 42),
                      },
                      Raw {
                       content: "override",
                       position: (33, 69),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "withGnome",
                          position: (33, 80),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (33, 92),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (33, 78),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "networkmanager-iodine",
                     position: (34, 7),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "super",
                     position: (34, 31),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "networkmanager-iodine",
                       position: (34, 37),
                      },
                      Raw {
                       content: "override",
                       position: (34, 59),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "withGnome",
                          position: (34, 70),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (34, 82),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (34, 68),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "networkmanager-l2tp",
                     position: (35, 7),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "super",
                     position: (35, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "networkmanager-l2tp",
                       position: (35, 35),
                      },
                      Raw {
                       content: "override",
                       position: (35, 55),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "withGnome",
                          position: (35, 66),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (35, 78),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (35, 64),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "networkmanager-openconnect",
                     position: (36, 7),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "super",
                     position: (36, 36),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "networkmanager-openconnect",
                       position: (36, 42),
                      },
                      Raw {
                       content: "override",
                       position: (36, 69),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "withGnome",
                          position: (36, 80),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (36, 92),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (36, 78),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "networkmanager-openvpn",
                     position: (37, 7),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "super",
                     position: (37, 32),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "networkmanager-openvpn",
                       position: (37, 38),
                      },
                      Raw {
                       content: "override",
                       position: (37, 61),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "withGnome",
                          position: (37, 72),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (37, 84),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (37, 70),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "networkmanager-sstp",
                     position: (38, 7),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "super",
                     position: (38, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "networkmanager-vpnc",
                       position: (38, 35),
                      },
                      Raw {
                       content: "override",
                       position: (38, 55),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "withGnome",
                          position: (38, 66),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (38, 78),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (38, 64),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "networkmanager-vpnc",
                     position: (39, 7),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "super",
                     position: (39, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "networkmanager-vpnc",
                       position: (39, 35),
                      },
                      Raw {
                       content: "override",
                       position: (39, 55),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "withGnome",
                          position: (39, 66),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (39, 78),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (39, 64),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "gobject-introspection",
                     position: (40, 7),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "super",
                     position: (40, 31),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "gobject-introspection",
                       position: (40, 37),
                      },
                      Raw {
                       content: "override",
                       position: (40, 59),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "x11Support",
                          position: (40, 70),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (40, 83),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (40, 68),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "qemu",
                     position: (41, 7),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "super",
                     position: (41, 14),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "qemu",
                       position: (41, 20),
                      },
                      Raw {
                       content: "override",
                       position: (41, 25),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "gtkSupport",
                          position: (41, 36),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (41, 49),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "spiceSupport",
                          position: (41, 56),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (41, 71),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "sdlSupport",
                          position: (41, 78),
                         },
                        ],
                       },
                       Variable {
                        identifier: "false",
                        position: (41, 91),
                       },
                      ),
                     ],
                     recursive: false,
                     position: (41, 34),
                    },
                   ],
                  },
                 ),
                ],
                recursive: false,
                position: (29, 49),
               },
               position: (29, 42),
              },
             ],
            },
           ],
          },
         ),
        ],
        recursive: false,
        position: (23, 44),
       },
      ],
     },
    ),
   ],
   recursive: false,
   position: (8, 1),
  },
  position: (6, 1),
 },
 position: (4, 1),
}