---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "programs",
         position: (6, 16),
        },
        Raw {
         content: "sway",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "wrapperOptions",
        position: (8, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "types",
        position: (8, 20),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "submodule",
          position: (8, 26),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "options",
             position: (9, 5),
            },
           ],
          },
          LetIn {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "mkWrapperFeature",
                position: (11, 9),
               },
              ],
             },
             Function {
              argument: Some(
               "default",
              ),
              arguments: FunctionArguments {
               arguments: [],
               ellipsis: false,
              },
              definition: Function {
               argument: Some(
                "description",
               ),
               arguments: FunctionArguments {
                arguments: [],
                ellipsis: false,
               },
               definition: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (11, 51),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (12, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (12, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "bool",
                        position: (12, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   Inherit(
                    None,
                    [
                     Raw {
                      content: "default",
                      position: (13, 19),
                     },
                    ],
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "example",
                       position: (14, 11),
                      },
                     ],
                    },
                    UnaryOperation {
                     operator: Not,
                     operand: Variable {
                      identifier: "default",
                      position: (14, 22),
                     },
                     position: (14, 21),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (15, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Whether to make use of the ",
                       position: (15, 26),
                      },
                      Expression {
                       expression: Variable {
                        identifier: "description",
                        position: (15, 55),
                       },
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (11, 60),
                 },
                ],
               },
               position: (11, 38),
              },
              position: (11, 29),
             },
            ),
           ],
           target: Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "base",
                 position: (18, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkWrapperFeature",
                position: (18, 16),
               },
               arguments: [
                Variable {
                 identifier: "true",
                 position: (18, 33),
                },
                String {
                 parts: [
                  Raw {
                   content: "base wrapper to execute extra session commands and prepend a\ndbus-run-session to the sway command.\n",
                   position: (19, 1),
                  },
                 ],
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "gtk",
                 position: (22, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkWrapperFeature",
                position: (22, 15),
               },
               arguments: [
                Variable {
                 identifier: "false",
                 position: (22, 32),
                },
                String {
                 parts: [
                  Raw {
                   content: "wrapGAppsHook wrapper to execute sway with required environment\nvariables for GTK applications.\n",
                   position: (23, 1),
                  },
                 ],
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (17, 10),
           },
           position: (10, 7),
          },
         ),
        ],
        recursive: false,
        position: (8, 36),
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "swayPackage",
        position: (29, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (29, 17),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "sway",
          position: (29, 22),
         },
         Raw {
          content: "override",
          position: (29, 27),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "extraSessionCommands",
             position: (30, 5),
            },
           ],
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (30, 28),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "extraSessionCommands",
              position: (30, 32),
             },
            ],
           },
           default: None,
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "extraOptions",
             position: (31, 5),
            },
           ],
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (31, 20),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "extraOptions",
              position: (31, 24),
             },
            ],
           },
           default: None,
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "withBaseWrapper",
             position: (32, 5),
            },
           ],
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (32, 23),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "wrapperFeatures",
              position: (32, 27),
             },
             Raw {
              content: "base",
              position: (32, 43),
             },
            ],
           },
           default: None,
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "withGtkWrapper",
             position: (33, 5),
            },
           ],
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (33, 22),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "wrapperFeatures",
              position: (33, 26),
             },
             Raw {
              content: "gtk",
              position: (33, 42),
             },
            ],
           },
           default: None,
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "isNixOS",
             position: (34, 5),
            },
           ],
          },
          Variable {
           identifier: "true",
           position: (34, 15),
          },
         ),
        ],
        recursive: false,
        position: (29, 36),
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (37, 3),
        },
        Raw {
         content: "programs",
         position: (37, 11),
        },
        Raw {
         content: "sway",
         position: (37, 20),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (38, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (38, 14),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "      Sway, the i3-compatible tiling Wayland compositor. You can manually launch\nSway by executing \"exec sway\" on a TTY. Copy /etc/sway/config to\n~/.config/sway/config to modify the default configuration. See\n<link xlink:href=\"https://github.com/swaywm/sway/wiki\" /> and\n\"man 5 sway\" for more information",
              position: (39, 1),
             },
            ],
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "wrapperFeatures",
            position: (45, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (45, 23),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (46, 7),
                },
               ],
              },
              Variable {
               identifier: "wrapperOptions",
               position: (46, 14),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (47, 7),
                },
               ],
              },
              Map {
               bindings: [],
               recursive: false,
               position: (47, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "example",
                 position: (48, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "gtk",
                    position: (48, 19),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (48, 25),
                 },
                ),
               ],
               recursive: false,
               position: (48, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (49, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Attribute set of features to enable in the wrapper.\n",
                 position: (50, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (45, 32),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "extraSessionCommands",
            position: (54, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (54, 28),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (55, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (55, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "lines",
                  position: (55, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (56, 7),
                },
               ],
              },
              String {
               parts: [],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "example",
                 position: (57, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "# SDL:\nexport SDL_VIDEODRIVER=wayland\n# QT (needs qt5.qtwayland in systemPackages):\nexport QT_QPA_PLATFORM=wayland-egl\nexport QT_WAYLAND_DISABLE_WINDOWDECORATION=\"1\"\n# Fix for some Java AWT applications (e.g. Android Studio),\n# use this if they aren't displayed properly:\nexport _JAVA_AWT_WM_NONREPARENTING=1\n",
                 position: (58, 1),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (67, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Shell commands executed just before Sway is started. See\n<link xlink:href=\"https://github.com/swaywm/sway/wiki/Running-programs-natively-under-wayland\" />\nand <link xlink:href=\"https://github.com/swaywm/wlroots/blob/master/docs/env_vars.md\" />\nfor some useful environment variables.\n",
                 position: (68, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (54, 37),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "extraOptions",
            position: (75, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (75, 20),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (76, 7),
                },
               ],
              },
              FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (76, 14),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "listOf",
                   position: (76, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (76, 27),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "str",
                    position: (76, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (77, 7),
                },
               ],
              },
              List {
               elements: [],
               position: (77, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "example",
                 position: (78, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "--verbose",
                   position: (79, 10),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "--debug",
                   position: (80, 10),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "--unsupported-gpu",
                   position: (81, 10),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "--my-next-gpu-wont-be-nvidia",
                   position: (82, 10),
                  },
                 ],
                },
               ],
               position: (78, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (84, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Command line arguments passed to launch Sway. Please DO NOT report\nissues if you use an unsupported GPU (proprietary drivers).\n",
                 position: (85, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (75, 29),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "extraPackages",
            position: (90, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (90, 21),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (91, 7),
                },
               ],
              },
              With {
               expression: Variable {
                identifier: "types",
                position: (91, 19),
               },
               target: FunctionApplication {
                function: Variable {
                 identifier: "listOf",
                 position: (91, 26),
                },
                arguments: [
                 Variable {
                  identifier: "package",
                  position: (91, 33),
                 },
                ],
               },
               position: (91, 14),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (92, 7),
                },
               ],
              },
              With {
               expression: Variable {
                identifier: "pkgs",
                position: (92, 22),
               },
               target: List {
                elements: [
                 Variable {
                  identifier: "swaylock",
                  position: (93, 9),
                 },
                 Variable {
                  identifier: "swayidle",
                  position: (93, 18),
                 },
                 Variable {
                  identifier: "foot",
                  position: (93, 27),
                 },
                 Variable {
                  identifier: "dmenu",
                  position: (93, 32),
                 },
                ],
                position: (92, 28),
               },
               position: (92, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "defaultText",
                 position: (95, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (95, 21),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "with pkgs; [ swaylock swayidle foot dmenu ];\n",
                   position: (96, 1),
                  },
                 ],
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "example",
                 position: (98, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (98, 17),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "with pkgs; [\n  i3status i3status-rust\n  termite rofi light\n]\n",
                   position: (99, 1),
                  },
                 ],
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (104, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Extra packages to be installed system wide. See\n<link xlink:href=\"https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway\" /> and\n<link xlink:href=\"https://github.com/swaywm/sway/wiki/i3-Migration-Guide#common-x11-apps-used-on-i3-with-wayland-alternatives\" />\nfor a list of useful software.\n",
                 position: (105, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (90, 30),
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (37, 27),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (114, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (114, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (114, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (114, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "assertions",
              position: (115, 5),
             },
            ],
           },
           List {
            elements: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "assertion",
                   position: (117, 9),
                  },
                 ],
                },
                BinaryOperation {
                 operator: Implication,
                 operands: [
                  BinaryOperation {
                   operator: NotEqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (117, 21),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "extraSessionCommands",
                        position: (117, 25),
                       },
                      ],
                     },
                     default: None,
                    },
                    String {
                     parts: [],
                    },
                   ],
                   position: (117, 46),
                  },
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (117, 55),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "wrapperFeatures",
                      position: (117, 59),
                     },
                     Raw {
                      content: "base",
                      position: (117, 75),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                 position: (117, 52),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "message",
                   position: (118, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "The extraSessionCommands for Sway will not be run if\nwrapperFeatures.base is disabled.\n",
                   position: (119, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (116, 7),
             },
            ],
            position: (115, 18),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (124, 5),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "systemPackages",
                 position: (125, 7),
                },
               ],
              },
              BinaryOperation {
               operator: Concatenation,
               operands: [
                List {
                 elements: [
                  Variable {
                   identifier: "swayPackage",
                   position: (125, 26),
                  },
                 ],
                 position: (125, 24),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (125, 43),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "extraPackages",
                    position: (125, 47),
                   },
                  ],
                 },
                 default: None,
                },
               ],
               position: (125, 40),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "pathsToLink",
                 position: (127, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "/share/backgrounds/sway",
                   position: (127, 24),
                  },
                 ],
                },
               ],
               position: (127, 21),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "etc",
                 position: (128, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Expression {
                    expression: String {
                     parts: [
                      Raw {
                       content: "sway/config",
                       position: (129, 10),
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "source",
                    position: (129, 23),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "mkOptionDefault",
                   position: (129, 32),
                  },
                  arguments: [
                   String {
                    parts: [
                     Expression {
                      expression: Variable {
                       identifier: "swayPackage",
                       position: (129, 51),
                      },
                     },
                     Raw {
                      content: "/etc/sway/config",
                      position: (129, 63),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Expression {
                    expression: String {
                     parts: [
                      Raw {
                       content: "sway/config.d/nixos.conf",
                       position: (130, 10),
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "source",
                    position: (130, 36),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "pkgs",
                    position: (130, 45),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "writeText",
                      position: (130, 50),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "nixos.conf",
                      position: (130, 61),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "# Import the most important environment variables into the D-Bus and systemd\n# user environments (e.g. required for screen sharing and Pinentry prompts):\nexec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP\n",
                      position: (131, 1),
                     },
                    ],
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (128, 13),
              },
             ),
            ],
            recursive: false,
            position: (124, 19),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "security",
              position: (137, 5),
             },
             Raw {
              content: "pam",
              position: (137, 14),
             },
             Raw {
              content: "services",
              position: (137, 18),
             },
             Raw {
              content: "swaylock",
              position: (137, 27),
             },
            ],
           },
           Map {
            bindings: [],
            recursive: false,
            position: (137, 38),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "hardware",
              position: (138, 5),
             },
             Raw {
              content: "opengl",
              position: (138, 14),
             },
             Raw {
              content: "enable",
              position: (138, 21),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkDefault",
             position: (138, 30),
            },
            arguments: [
             Variable {
              identifier: "true",
              position: (138, 40),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "fonts",
              position: (139, 5),
             },
             Raw {
              content: "enableDefaultFonts",
              position: (139, 11),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkDefault",
             position: (139, 32),
            },
            arguments: [
             Variable {
              identifier: "true",
              position: (139, 42),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "programs",
              position: (140, 5),
             },
             Raw {
              content: "dconf",
              position: (140, 14),
             },
             Raw {
              content: "enable",
              position: (140, 20),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkDefault",
             position: (140, 29),
            },
            arguments: [
             Variable {
              identifier: "true",
              position: (140, 39),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (142, 5),
             },
             Raw {
              content: "xserver",
              position: (142, 14),
             },
             Raw {
              content: "displayManager",
              position: (142, 22),
             },
             Raw {
              content: "sessionPackages",
              position: (142, 37),
             },
            ],
           },
           List {
            elements: [
             Variable {
              identifier: "swayPackage",
              position: (142, 57),
             },
            ],
            position: (142, 55),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "programs",
              position: (143, 5),
             },
             Raw {
              content: "xwayland",
              position: (143, 14),
             },
             Raw {
              content: "enable",
              position: (143, 23),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkDefault",
             position: (143, 32),
            },
            arguments: [
             Variable {
              identifier: "true",
              position: (143, 42),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "xdg",
              position: (145, 5),
             },
             Raw {
              content: "portal",
              position: (145, 9),
             },
             Raw {
              content: "extraPortals",
              position: (145, 16),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (145, 33),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "xdg-desktop-portal-wlr",
                 position: (145, 38),
                },
               ],
              },
              default: None,
             },
            ],
            position: (145, 31),
           },
          ),
         ],
         recursive: false,
         position: (114, 28),
        },
       ],
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "meta",
         position: (148, 3),
        },
        Raw {
         content: "maintainers",
         position: (148, 8),
        },
       ],
      },
      With {
       expression: PropertyAccess {
        expression: Variable {
         identifier: "lib",
         position: (148, 27),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "maintainers",
           position: (148, 31),
          },
         ],
        },
        default: None,
       },
       target: List {
        elements: [
         Variable {
          identifier: "primeos",
          position: (148, 46),
         },
         Variable {
          identifier: "colemickens",
          position: (148, 54),
         },
        ],
        position: (148, 44),
       },
       position: (148, 22),
      },
     ),
    ],
    recursive: false,
    position: (36, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}