---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (4, 6),
  },
  target: Map {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "imports",
        position: (9, 3),
       },
      ],
     },
     to: List {
      elements: [
       Parentheses {
        expression: FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (10, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (11, 10),
              },
             ],
             position: (11, 9),
            },
            String {
             parts: [
              Raw {
               content: "gnome3",
               position: (11, 21),
              },
             ],
             position: (11, 20),
            },
            String {
             parts: [
              Raw {
               content: "gpaste",
               position: (11, 30),
              },
             ],
             position: (11, 29),
            },
            String {
             parts: [
              Raw {
               content: "enable",
               position: (11, 39),
              },
             ],
             position: (11, 38),
            },
           ],
           position: (11, 7),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "programs",
               position: (12, 10),
              },
             ],
             position: (12, 9),
            },
            String {
             parts: [
              Raw {
               content: "gpaste",
               position: (12, 21),
              },
             ],
             position: (12, 20),
            },
            String {
             parts: [
              Raw {
               content: "enable",
               position: (12, 30),
              },
             ],
             position: (12, 29),
            },
           ],
           position: (12, 7),
          },
         ],
        },
        position: (10, 5),
       },
      ],
      position: (9, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "options",
        position: (16, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "programs",
           position: (17, 6),
          },
          Raw {
           content: "gpaste",
           position: (17, 15),
          },
         ],
        },
        to: Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "enable",
              position: (18, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (18, 16),
            },
            arguments: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "type",
                   position: (19, 9),
                  },
                 ],
                },
                to: PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (19, 16),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "bool",
                    position: (19, 22),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "default",
                   position: (20, 9),
                  },
                 ],
                },
                to: Variable {
                 identifier: "false",
                 position: (20, 19),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (21, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Whether to enable GPaste, a clipboard manager.\n",
                   position: (22, 1),
                  },
                 ],
                 position: (21, 23),
                },
               },
              ],
              recursive: false,
              position: (18, 25),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (17, 24),
        },
       },
      ],
      recursive: false,
      position: (16, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "config",
        position: (29, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (29, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (29, 17),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "programs",
           position: (29, 24),
          },
          Raw {
           content: "gpaste",
           position: (29, 33),
          },
          Raw {
           content: "enable",
           position: (29, 40),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "environment",
             position: (30, 5),
            },
            Raw {
             content: "systemPackages",
             position: (30, 17),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (30, 36),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "gnome",
                position: (30, 41),
               },
               Raw {
                content: "gpaste",
                position: (30, 47),
               },
              ],
             },
             default: None,
            },
           ],
           position: (30, 34),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "services",
             position: (31, 5),
            },
            Raw {
             content: "dbus",
             position: (31, 14),
            },
            Raw {
             content: "packages",
             position: (31, 19),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (31, 32),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "gnome",
                position: (31, 37),
               },
               Raw {
                content: "gpaste",
                position: (31, 43),
               },
              ],
             },
             default: None,
            },
           ],
           position: (31, 30),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "systemd",
             position: (32, 5),
            },
            Raw {
             content: "packages",
             position: (32, 13),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (32, 26),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "gnome",
                position: (32, 31),
               },
               Raw {
                content: "gpaste",
                position: (32, 37),
               },
              ],
             },
             default: None,
            },
           ],
           position: (32, 24),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "services",
             position: (34, 5),
            },
            Raw {
             content: "xserver",
             position: (34, 14),
            },
            Raw {
             content: "desktopManager",
             position: (34, 22),
            },
            Raw {
             content: "gnome",
             position: (34, 37),
            },
            Raw {
             content: "sessionPath",
             position: (34, 43),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (34, 59),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "gnome",
                position: (34, 64),
               },
               Raw {
                content: "gpaste",
                position: (34, 70),
               },
              ],
             },
             default: None,
            },
           ],
           position: (34, 57),
          },
         },
        ],
        recursive: false,
        position: (29, 47),
       },
      ],
     },
    },
   ],
   recursive: false,
   position: (6, 1),
  },
  position: (4, 1),
 },
 position: (2, 1),
}