---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (6, 6),
  },
  target: Map {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "options",
        position: (9, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "environment",
           position: (10, 5),
          },
          Raw {
           content: "noXlibs",
           position: (10, 17),
          },
         ],
        },
        to: FunctionApplication {
         function: Variable {
          identifier: "mkOption",
          position: (10, 27),
         },
         arguments: [
          Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "type",
                position: (11, 7),
               },
              ],
             },
             to: PropertyAccess {
              expression: Variable {
               identifier: "types",
               position: (11, 14),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "bool",
                 position: (11, 20),
                },
               ],
              },
              default: None,
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "default",
                position: (12, 7),
               },
              ],
             },
             to: Variable {
              identifier: "false",
              position: (12, 17),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "description",
                position: (13, 7),
               },
              ],
             },
             to: 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),
               },
              ],
              position: (13, 21),
             },
            },
           ],
           recursive: false,
           position: (10, 36),
          },
         ],
        },
       },
      ],
      recursive: false,
      position: (9, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "config",
        position: (23, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (23, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (23, 17),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "environment",
           position: (23, 24),
          },
          Raw {
           content: "noXlibs",
           position: (23, 36),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "programs",
             position: (24, 5),
            },
            Raw {
             content: "ssh",
             position: (24, 14),
            },
            Raw {
             content: "setXAuthLocation",
             position: (24, 18),
            },
           ],
          },
          to: Variable {
           identifier: "false",
           position: (24, 37),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            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),
            },
           ],
          },
          to: FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (25, 45),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "mkForce",
               position: (25, 49),
              },
             ],
            },
            default: None,
           },
           arguments: [
            Variable {
             identifier: "false",
             position: (25, 57),
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "fonts",
             position: (27, 5),
            },
            Raw {
             content: "fontconfig",
             position: (27, 11),
            },
            Raw {
             content: "enable",
             position: (27, 22),
            },
           ],
          },
          to: Variable {
           identifier: "false",
           position: (27, 31),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "nixpkgs",
             position: (29, 5),
            },
            Raw {
             content: "overlays",
             position: (29, 13),
            },
           ],
          },
          to: FunctionApplication {
           function: Variable {
            identifier: "singleton",
            position: (29, 24),
           },
           arguments: [
            Parentheses {
             expression: FunctionApplication {
              function: Variable {
               identifier: "const",
               position: (29, 35),
              },
              arguments: [
               Parentheses {
                expression: Function {
                 argument: Simple {
                  identifier: "super",
                 },
                 definition: Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "cairo",
                       position: (30, 7),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "super",
                       position: (30, 15),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "cairo",
                         position: (30, 21),
                        },
                        Raw {
                         content: "override",
                         position: (30, 27),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "x11Support",
                            position: (30, 38),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (30, 51),
                         },
                        },
                       ],
                       recursive: false,
                       position: (30, 36),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "dbus",
                       position: (31, 7),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "super",
                       position: (31, 14),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "dbus",
                         position: (31, 20),
                        },
                        Raw {
                         content: "override",
                         position: (31, 25),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "x11Support",
                            position: (31, 36),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (31, 49),
                         },
                        },
                       ],
                       recursive: false,
                       position: (31, 34),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "beam",
                       position: (32, 7),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "super",
                      position: (32, 14),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "beam_nox",
                        position: (32, 20),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "networkmanager-fortisslvpn",
                       position: (33, 7),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "super",
                       position: (33, 36),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "networkmanager-fortisslvpn",
                         position: (33, 42),
                        },
                        Raw {
                         content: "override",
                         position: (33, 69),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "withGnome",
                            position: (33, 80),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (33, 92),
                         },
                        },
                       ],
                       recursive: false,
                       position: (33, 78),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "networkmanager-iodine",
                       position: (34, 7),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "super",
                       position: (34, 31),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "networkmanager-iodine",
                         position: (34, 37),
                        },
                        Raw {
                         content: "override",
                         position: (34, 59),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "withGnome",
                            position: (34, 70),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (34, 82),
                         },
                        },
                       ],
                       recursive: false,
                       position: (34, 68),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "networkmanager-l2tp",
                       position: (35, 7),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "super",
                       position: (35, 29),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "networkmanager-l2tp",
                         position: (35, 35),
                        },
                        Raw {
                         content: "override",
                         position: (35, 55),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "withGnome",
                            position: (35, 66),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (35, 78),
                         },
                        },
                       ],
                       recursive: false,
                       position: (35, 64),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "networkmanager-openconnect",
                       position: (36, 7),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "super",
                       position: (36, 36),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "networkmanager-openconnect",
                         position: (36, 42),
                        },
                        Raw {
                         content: "override",
                         position: (36, 69),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "withGnome",
                            position: (36, 80),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (36, 92),
                         },
                        },
                       ],
                       recursive: false,
                       position: (36, 78),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "networkmanager-openvpn",
                       position: (37, 7),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "super",
                       position: (37, 32),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "networkmanager-openvpn",
                         position: (37, 38),
                        },
                        Raw {
                         content: "override",
                         position: (37, 61),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "withGnome",
                            position: (37, 72),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (37, 84),
                         },
                        },
                       ],
                       recursive: false,
                       position: (37, 70),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "networkmanager-sstp",
                       position: (38, 7),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "super",
                       position: (38, 29),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "networkmanager-vpnc",
                         position: (38, 35),
                        },
                        Raw {
                         content: "override",
                         position: (38, 55),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "withGnome",
                            position: (38, 66),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (38, 78),
                         },
                        },
                       ],
                       recursive: false,
                       position: (38, 64),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "networkmanager-vpnc",
                       position: (39, 7),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "super",
                       position: (39, 29),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "networkmanager-vpnc",
                         position: (39, 35),
                        },
                        Raw {
                         content: "override",
                         position: (39, 55),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "withGnome",
                            position: (39, 66),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (39, 78),
                         },
                        },
                       ],
                       recursive: false,
                       position: (39, 64),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "gobject-introspection",
                       position: (40, 7),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "super",
                       position: (40, 31),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "gobject-introspection",
                         position: (40, 37),
                        },
                        Raw {
                         content: "override",
                         position: (40, 59),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "x11Support",
                            position: (40, 70),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (40, 83),
                         },
                        },
                       ],
                       recursive: false,
                       position: (40, 68),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "qemu",
                       position: (41, 7),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "super",
                       position: (41, 14),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "qemu",
                         position: (41, 20),
                        },
                        Raw {
                         content: "override",
                         position: (41, 25),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "gtkSupport",
                            position: (41, 36),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (41, 49),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "spiceSupport",
                            position: (41, 56),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (41, 71),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "sdlSupport",
                            position: (41, 78),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "false",
                          position: (41, 91),
                         },
                        },
                       ],
                       recursive: false,
                       position: (41, 34),
                      },
                     ],
                    },
                   },
                  ],
                  recursive: false,
                  position: (29, 49),
                 },
                 position: (29, 42),
                },
                position: (29, 41),
               },
              ],
             },
             position: (29, 34),
            },
           ],
          },
         },
        ],
        recursive: false,
        position: (23, 44),
       },
      ],
     },
    },
   ],
   recursive: false,
   position: (8, 1),
  },
  position: (6, 1),
 },
 position: (4, 1),
}