---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (5, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "script",
        position: (17, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (17, 12),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "writeScript",
          position: (17, 17),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "create-gis-stamp-files",
          position: (17, 30),
         },
        ],
        position: (17, 29),
       },
       String {
        parts: [
         Raw {
          content: "#!",
          position: (18, 1),
         },
         Interpolation {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "pkgs",
            position: (18, 9),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "runtimeShell",
              position: (18, 14),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "\nsetup_done=$HOME/.config/gnome-initial-setup-done\n\necho \"Creating g-i-s stamp file $setup_done ...\"\ncat - > $setup_done <<- EOF\nyes\nEOF\n",
          position: (18, 27),
         },
        ],
        position: (17, 54),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "createGisStampFilesAutostart",
        position: (27, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (27, 34),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "writeTextFile",
          position: (27, 39),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "name",
             position: (28, 5),
            },
           ],
          },
          to: String {
           parts: [
            Raw {
             content: "create-g-i-s-stamp-files",
             position: (28, 13),
            },
           ],
           position: (28, 12),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "destination",
             position: (29, 5),
            },
           ],
          },
          to: String {
           parts: [
            Raw {
             content: "/etc/xdg/autostart/",
             position: (29, 20),
            },
            Interpolation {
             expression: Variable {
              identifier: "name",
              position: (29, 41),
             },
            },
            Raw {
             content: ".desktop",
             position: (29, 46),
            },
           ],
           position: (29, 19),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "text",
             position: (30, 5),
            },
           ],
          },
          to: String {
           parts: [
            Raw {
             content: "[Desktop Entry]\nType=Application\nName=Create GNOME Initial Setup stamp files\nExec=",
             position: (31, 1),
            },
            Interpolation {
             expression: Variable {
              identifier: "script",
              position: (34, 14),
             },
            },
            Raw {
             content: "\nStartupNotify=false\nNoDisplay=true\nOnlyShowIn=GNOME;\nAutostartCondition=unless-exists gnome-initial-setup-done\nX-GNOME-Autostart-Phase=EarlyInitialization\n",
             position: (34, 21),
            },
           ],
           position: (30, 12),
          },
         },
        ],
        recursive: true,
        position: (27, 53),
       },
      ],
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "meta",
         position: (47, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "maintainers",
            position: (48, 5),
           },
          ],
         },
         to: PropertyAccess {
          expression: Variable {
           identifier: "teams",
           position: (48, 19),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "gnome",
             position: (48, 25),
            },
            Raw {
             content: "members",
             position: (48, 31),
            },
           ],
          },
          default: None,
         },
        },
       ],
       recursive: false,
       position: (47, 10),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "imports",
         position: (52, 3),
        },
       ],
      },
      to: List {
       elements: [
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (53, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (54, 10),
               },
              ],
              position: (54, 9),
             },
             String {
              parts: [
               Raw {
                content: "gnome3",
                position: (54, 21),
               },
              ],
              position: (54, 20),
             },
             String {
              parts: [
               Raw {
                content: "gnome-initial-setup",
                position: (54, 30),
               },
              ],
              position: (54, 29),
             },
             String {
              parts: [
               Raw {
                content: "enable",
                position: (54, 52),
               },
              ],
              position: (54, 51),
             },
            ],
            position: (54, 7),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (55, 10),
               },
              ],
              position: (55, 9),
             },
             String {
              parts: [
               Raw {
                content: "gnome",
                position: (55, 21),
               },
              ],
              position: (55, 20),
             },
             String {
              parts: [
               Raw {
                content: "gnome-initial-setup",
                position: (55, 29),
               },
              ],
              position: (55, 28),
             },
             String {
              parts: [
               Raw {
                content: "enable",
                position: (55, 51),
               },
              ],
              position: (55, 50),
             },
            ],
            position: (55, 7),
           },
          ],
         },
         position: (53, 5),
        },
       ],
       position: (52, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (61, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (63, 5),
           },
           Raw {
            content: "gnome",
            position: (63, 14),
           },
           Raw {
            content: "gnome-initial-setup",
            position: (63, 20),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (65, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (65, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "GNOME Initial Setup, a Simple, easy, and safe way to prepare a new system",
                 position: (65, 32),
                },
               ],
               position: (65, 31),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (63, 42),
         },
        },
       ],
       recursive: false,
       position: (61, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (74, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (74, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "config",
          position: (74, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (74, 24),
           },
           Raw {
            content: "gnome",
            position: (74, 33),
           },
           Raw {
            content: "gnome-initial-setup",
            position: (74, 39),
           },
           Raw {
            content: "enable",
            position: (74, 59),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (76, 5),
             },
             Raw {
              content: "systemPackages",
              position: (76, 17),
             },
            ],
           },
           to: BinaryOperation {
            operator: Concatenation,
            operands: [
             List {
              elements: [
               PropertyAccess {
                expression: Variable {
                 identifier: "pkgs",
                 position: (77, 7),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "gnome",
                   position: (77, 12),
                  },
                  Raw {
                   content: "gnome-initial-setup",
                   position: (77, 18),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (76, 34),
             },
             FunctionApplication {
              function: Variable {
               identifier: "optional",
               position: (79, 8),
              },
              arguments: [
               Parentheses {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "versionOlder",
                  position: (79, 18),
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "config",
                    position: (79, 31),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "system",
                      position: (79, 38),
                     },
                     Raw {
                      content: "stateVersion",
                      position: (79, 45),
                     },
                    ],
                   },
                   default: None,
                  },
                  String {
                   parts: [
                    Raw {
                     content: "20.03",
                     position: (79, 59),
                    },
                   ],
                   position: (79, 58),
                  },
                 ],
                },
                position: (79, 17),
               },
               Variable {
                identifier: "createGisStampFilesAutostart",
                position: (79, 67),
               },
              ],
             },
            ],
            position: (79, 5),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (82, 5),
             },
             Raw {
              content: "packages",
              position: (82, 13),
             },
            ],
           },
           to: List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (83, 7),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "gnome",
                 position: (83, 12),
                },
                Raw {
                 content: "gnome-initial-setup",
                 position: (83, 18),
                },
               ],
              },
              default: None,
             },
            ],
            position: (82, 24),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (86, 5),
             },
             Raw {
              content: "user",
              position: (86, 13),
             },
             Raw {
              content: "targets",
              position: (86, 18),
             },
             Expression {
              ast: String {
               parts: [
                Raw {
                 content: "gnome-session",
                 position: (86, 27),
                },
               ],
               position: (86, 26),
              },
             },
             Raw {
              content: "wants",
              position: (86, 42),
             },
            ],
           },
           to: List {
            elements: [
             String {
              parts: [
               Raw {
                content: "gnome-initial-setup-copy-worker.service",
                position: (87, 8),
               },
              ],
              position: (87, 7),
             },
             String {
              parts: [
               Raw {
                content: "gnome-initial-setup-first-login.service",
                position: (88, 8),
               },
              ],
              position: (88, 7),
             },
             String {
              parts: [
               Raw {
                content: "gnome-welcome-tour.service",
                position: (89, 8),
               },
              ],
              position: (89, 7),
             },
            ],
            position: (86, 50),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (92, 5),
             },
             Raw {
              content: "user",
              position: (92, 13),
             },
             Raw {
              content: "targets",
              position: (92, 18),
             },
             Expression {
              ast: String {
               parts: [
                Raw {
                 content: "gnome-session@gnome-initial-setup",
                 position: (92, 27),
                },
               ],
               position: (92, 26),
              },
             },
             Raw {
              content: "wants",
              position: (92, 62),
             },
            ],
           },
           to: List {
            elements: [
             String {
              parts: [
               Raw {
                content: "gnome-initial-setup.service",
                position: (93, 8),
               },
              ],
              position: (93, 7),
             },
            ],
            position: (92, 70),
           },
          },
         ],
         recursive: false,
         position: (74, 66),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (45, 1),
   },
   position: (7, 1),
  },
  position: (5, 1),
 },
 position: (3, 1),
}