---
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: (5, 6),
  },
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "meta",
        position: (9, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "maintainers",
           position: (10, 5),
          },
         ],
        },
        PropertyAccess {
         expression: Variable {
          identifier: "teams",
          position: (10, 19),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "freedesktop",
            position: (10, 25),
           },
           Raw {
            content: "members",
            position: (10, 37),
           },
          ],
         },
         default: None,
        },
       ),
      ],
      recursive: false,
      position: (9, 10),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (15, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "services",
           position: (17, 5),
          },
          Raw {
           content: "accounts-daemon",
           position: (17, 14),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "enable",
              position: (19, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (19, 16),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (20, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (20, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (20, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (21, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (21, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (22, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Whether to enable AccountsService, a DBus service for accessing\nthe list of user accounts and information attached to those accounts.\n",
                   position: (23, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (19, 25),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (17, 32),
        },
       ),
      ],
      recursive: false,
      position: (15, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (35, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (35, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (35, 17),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "services",
           position: (35, 24),
          },
          Raw {
           content: "accounts-daemon",
           position: (35, 33),
          },
          Raw {
           content: "enable",
           position: (35, 49),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "environment",
             position: (37, 5),
            },
            Raw {
             content: "systemPackages",
             position: (37, 17),
            },
           ],
          },
          List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (37, 36),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "accountsservice",
                position: (37, 41),
               },
              ],
             },
             default: None,
            },
           ],
           position: (37, 34),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "environment",
             position: (40, 5),
            },
            Raw {
             content: "pathsToLink",
             position: (40, 17),
            },
           ],
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "/share/accountsservice",
               position: (40, 34),
              },
             ],
            },
           ],
           position: (40, 31),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "services",
             position: (42, 5),
            },
            Raw {
             content: "dbus",
             position: (42, 14),
            },
            Raw {
             content: "packages",
             position: (42, 19),
            },
           ],
          },
          List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (42, 32),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "accountsservice",
                position: (42, 37),
               },
              ],
             },
             default: None,
            },
           ],
           position: (42, 30),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "systemd",
             position: (44, 5),
            },
            Raw {
             content: "packages",
             position: (44, 13),
            },
           ],
          },
          List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (44, 26),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "accountsservice",
                position: (44, 31),
               },
              ],
             },
             default: None,
            },
           ],
           position: (44, 24),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "systemd",
             position: (46, 5),
            },
            Raw {
             content: "services",
             position: (46, 13),
            },
            Raw {
             content: "accounts-daemon",
             position: (46, 22),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "recursiveUpdate",
            position: (46, 40),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "wantedBy",
                  position: (48, 7),
                 },
                ],
               },
               List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "graphical.target",
                    position: (48, 21),
                   },
                  ],
                 },
                ],
                position: (48, 18),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "environment",
                  position: (51, 7),
                 },
                 Raw {
                  content: "XDG_DATA_DIRS",
                  position: (51, 19),
                 },
                ],
               },
               String {
                parts: [
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "config",
                    position: (51, 38),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "system",
                      position: (51, 45),
                     },
                     Raw {
                      content: "path",
                      position: (51, 52),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: "/share",
                  position: (51, 57),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (46, 56),
            },
            FunctionApplication {
             function: Variable {
              identifier: "optionalAttrs",
              position: (53, 8),
             },
             arguments: [
              UnaryOperation {
               operator: Not,
               operand: PropertyAccess {
                expression: Variable {
                 identifier: "config",
                 position: (53, 24),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "users",
                   position: (53, 31),
                  },
                  Raw {
                   content: "mutableUsers",
                   position: (53, 37),
                  },
                 ],
                },
                default: None,
               },
               position: (53, 23),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "environment",
                    position: (54, 7),
                   },
                   Raw {
                    content: "NIXOS_USERS_PURE",
                    position: (54, 19),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "true",
                    position: (54, 39),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (53, 51),
              },
             ],
            },
           ],
          },
         ),
        ],
        recursive: false,
        position: (35, 56),
       },
      ],
     },
    ),
   ],
   recursive: false,
   position: (7, 1),
  },
  position: (5, 1),
 },
 position: (3, 1),
}