---
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: (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: "wshowkeys",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "meta",
         position: (8, 3),
        },
        Raw {
         content: "maintainers",
         position: (8, 8),
        },
       ],
      },
      With {
       expression: Variable {
        identifier: "maintainers",
        position: (8, 27),
       },
       target: List {
        elements: [
         Variable {
          identifier: "primeos",
          position: (8, 42),
         },
        ],
        position: (8, 40),
       },
       position: (8, 22),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (10, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "programs",
            position: (11, 5),
           },
           Raw {
            content: "wshowkeys",
            position: (11, 14),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "enable",
               position: (12, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (12, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "        wshowkeys (displays keypresses on screen on supported Wayland\ncompositors). It requires root permissions to read input events, but\nthese permissions are dropped after startup",
                 position: (13, 1),
                },
               ],
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (11, 26),
         },
        ),
       ],
       recursive: false,
       position: (10, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (19, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (19, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (19, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (19, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "security",
              position: (20, 5),
             },
             Raw {
              content: "wrappers",
              position: (20, 14),
             },
             Raw {
              content: "wshowkeys",
              position: (20, 23),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "setuid",
                 position: (21, 9),
                },
               ],
              },
              Variable {
               identifier: "true",
               position: (21, 18),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "owner",
                 position: (22, 9),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "root",
                 position: (22, 18),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "group",
                 position: (23, 9),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "root",
                 position: (23, 18),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "source",
                 position: (24, 9),
                },
               ],
              },
              String {
               parts: [
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (24, 21),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "wshowkeys",
                     position: (24, 26),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/wshowkeys",
                 position: (24, 36),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (21, 7),
           },
          ),
         ],
         recursive: false,
         position: (19, 28),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (7, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}