---
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: (3, 6),
  },
  target: Map {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "config",
        position: (5, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (5, 12),
      },
      arguments: [
       Parentheses {
        expression: BinaryOperation {
         operator: EqualTo,
         operands: [
          PropertyAccess {
           expression: Variable {
            identifier: "config",
            position: (5, 18),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "i18n",
              position: (5, 25),
             },
             Raw {
              content: "inputMethod",
              position: (5, 30),
             },
             Raw {
              content: "enabled",
              position: (5, 42),
             },
            ],
           },
           default: None,
          },
          String {
           parts: [
            Raw {
             content: "nabi",
             position: (5, 54),
            },
           ],
           position: (5, 53),
          },
         ],
         position: (5, 50),
        },
        position: (5, 17),
       },
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "i18n",
             position: (6, 5),
            },
            Raw {
             content: "inputMethod",
             position: (6, 10),
            },
            Raw {
             content: "package",
             position: (6, 22),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "pkgs",
            position: (6, 32),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "nabi",
              position: (6, 37),
             },
            ],
           },
           default: None,
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "environment",
             position: (8, 5),
            },
            Raw {
             content: "variables",
             position: (8, 17),
            },
           ],
          },
          to: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "GTK_IM_MODULE",
                position: (9, 7),
               },
              ],
             },
             to: String {
              parts: [
               Raw {
                content: "nabi",
                position: (9, 24),
               },
              ],
              position: (9, 23),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "QT_IM_MODULE",
                position: (10, 7),
               },
              ],
             },
             to: String {
              parts: [
               Raw {
                content: "nabi",
                position: (10, 24),
               },
              ],
              position: (10, 23),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "XMODIFIERS",
                position: (11, 7),
               },
              ],
             },
             to: String {
              parts: [
               Raw {
                content: "@im=nabi",
                position: (11, 24),
               },
              ],
              position: (11, 23),
             },
            },
           ],
           recursive: false,
           position: (8, 29),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "services",
             position: (14, 5),
            },
            Raw {
             content: "xserver",
             position: (14, 14),
            },
            Raw {
             content: "displayManager",
             position: (14, 22),
            },
            Raw {
             content: "sessionCommands",
             position: (14, 37),
            },
           ],
          },
          to: String {
           parts: [
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (14, 58),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "nabi",
                 position: (14, 63),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/bin/nabi &",
             position: (14, 68),
            },
           ],
           position: (14, 55),
          },
         },
        ],
        recursive: false,
        position: (5, 61),
       },
      ],
     },
    },
   ],
   recursive: false,
   position: (4, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}