---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (4, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (7, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (7, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "console",
         position: (7, 16),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "makeColor",
        position: (9, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "i",
      },
      definition: FunctionApplication {
       function: Variable {
        identifier: "concatMapStringsSep",
        position: (9, 18),
       },
       arguments: [
        String {
         parts: [
          Raw {
           content: ",",
           position: (9, 39),
          },
         ],
         position: (9, 38),
        },
        Parentheses {
         expression: Function {
          argument: Simple {
           identifier: "x",
          },
          definition: BinaryOperation {
           operator: Addition,
           operands: [
            String {
             parts: [
              Raw {
               content: "0x",
               position: (9, 47),
              },
             ],
             position: (9, 46),
            },
            FunctionApplication {
             function: Variable {
              identifier: "substring",
              position: (9, 53),
             },
             arguments: [
              Parentheses {
               expression: BinaryOperation {
                operator: Multiplication,
                operands: [
                 Int {
                  value: 2,
                  position: (9, 64),
                 },
                 Variable {
                  identifier: "i",
                  position: (9, 66),
                 },
                ],
                position: (9, 65),
               },
               position: (9, 63),
              },
              Int {
               value: 2,
               position: (9, 69),
              },
              Variable {
               identifier: "x",
               position: (9, 71),
              },
             ],
            },
           ],
           position: (9, 51),
          },
          position: (9, 43),
         },
         position: (9, 42),
        },
       ],
      },
      position: (9, 15),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "isUnicode",
        position: (11, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "hasSuffix",
       position: (11, 15),
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "UTF-8",
          position: (11, 26),
         },
        ],
        position: (11, 25),
       },
       Parentheses {
        expression: FunctionApplication {
         function: Variable {
          identifier: "toUpper",
          position: (11, 34),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "config",
            position: (11, 42),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "i18n",
              position: (11, 49),
             },
             Raw {
              content: "defaultLocale",
              position: (11, 54),
             },
            ],
           },
           default: None,
          },
         ],
        },
        position: (11, 33),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "optimizedKeymap",
        position: (13, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (13, 21),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "runCommand",
          position: (13, 26),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "keymap",
          position: (13, 38),
         },
        ],
        position: (13, 37),
       },
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "nativeBuildInputs",
             position: (14, 5),
            },
           ],
          },
          to: List {
           elements: [
            PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (14, 27),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "buildPackages",
                position: (14, 32),
               },
               Raw {
                content: "kbd",
                position: (14, 46),
               },
              ],
             },
             default: None,
            },
           ],
           position: (14, 25),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "LOADKEYS_KEYMAP_PATH",
             position: (15, 5),
            },
           ],
          },
          to: String {
           parts: [
            Expression {
             expression: Variable {
              identifier: "consoleEnv",
              position: (15, 31),
             },
            },
            Raw {
             content: "/share/keymaps/**",
             position: (15, 42),
            },
           ],
           position: (15, 28),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "preferLocalBuild",
             position: (16, 5),
            },
           ],
          },
          to: Variable {
           identifier: "true",
           position: (16, 24),
          },
         },
        ],
        recursive: false,
        position: (13, 46),
       },
       String {
        parts: [
         Raw {
          content: "loadkeys -b ",
          position: (18, 1),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "optionalString",
            position: (18, 19),
           },
           arguments: [
            Variable {
             identifier: "isUnicode",
             position: (18, 34),
            },
            String {
             parts: [
              Raw {
               content: "-u",
               position: (18, 45),
              },
             ],
             position: (18, 44),
            },
           ],
          },
         },
         Raw {
          content: " \"",
          position: (18, 49),
         },
         Expression {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (18, 53),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "keyMap",
              position: (18, 57),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "\" > $out\n",
          position: (18, 64),
         },
        ],
        position: (17, 5),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "vconsoleConf",
        position: (22, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (22, 18),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "writeText",
          position: (22, 23),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "vconsole.conf",
          position: (22, 34),
         },
        ],
        position: (22, 33),
       },
       String {
        parts: [
         Raw {
          content: "KEYMAP=",
          position: (23, 1),
         },
         Expression {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (23, 14),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "keyMap",
              position: (23, 18),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "\nFONT=",
          position: (23, 25),
         },
         Expression {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (24, 12),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "font",
              position: (24, 16),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "\n",
          position: (24, 21),
         },
        ],
        position: (22, 49),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "consoleEnv",
        position: (27, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (27, 16),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "buildEnv",
          position: (27, 21),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "name",
             position: (28, 5),
            },
           ],
          },
          to: String {
           parts: [
            Raw {
             content: "console-env",
             position: (28, 13),
            },
           ],
           position: (28, 12),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "paths",
             position: (29, 5),
            },
           ],
          },
          to: BinaryOperation {
           operator: Concatenation,
           operands: [
            List {
             elements: [
              PropertyAccess {
               expression: Variable {
                identifier: "pkgs",
                position: (29, 15),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "kbd",
                  position: (29, 20),
                 },
                ],
               },
               default: None,
              },
             ],
             position: (29, 13),
            },
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (29, 29),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "packages",
                position: (29, 33),
               },
              ],
             },
             default: None,
            },
           ],
           position: (29, 26),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "pathsToLink",
             position: (30, 5),
            },
           ],
          },
          to: List {
           elements: [
            String {
             parts: [
              Raw {
               content: "/share/consolefonts",
               position: (31, 8),
              },
             ],
             position: (31, 7),
            },
            String {
             parts: [
              Raw {
               content: "/share/consoletrans",
               position: (32, 8),
              },
             ],
             position: (32, 7),
            },
            String {
             parts: [
              Raw {
               content: "/share/keymaps",
               position: (33, 8),
              },
             ],
             position: (33, 7),
            },
            String {
             parts: [
              Raw {
               content: "/share/unimaps",
               position: (34, 8),
              },
             ],
             position: (34, 7),
            },
           ],
           position: (30, 19),
          },
         },
        ],
        recursive: false,
        position: (27, 30),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "setVconsole",
        position: (38, 3),
       },
      ],
     },
     to: UnaryOperation {
      operator: Not,
      operand: PropertyAccess {
       expression: Variable {
        identifier: "config",
        position: (38, 18),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "boot",
          position: (38, 25),
         },
         Raw {
          content: "isContainer",
          position: (38, 30),
         },
        ],
       },
       default: None,
      },
      position: (38, 17),
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (44, 3),
        },
        Raw {
         content: "console",
         position: (44, 11),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "font",
            position: (45, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (45, 12),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (46, 7),
                },
               ],
              },
              to: With {
               expression: Variable {
                identifier: "types",
                position: (46, 19),
               },
               target: FunctionApplication {
                function: Variable {
                 identifier: "either",
                 position: (46, 26),
                },
                arguments: [
                 Variable {
                  identifier: "str",
                  position: (46, 33),
                 },
                 Variable {
                  identifier: "path",
                  position: (46, 37),
                 },
                ],
               },
               position: (46, 14),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (47, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Lat2-Terminus16",
                 position: (47, 18),
                },
               ],
               position: (47, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (48, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "LatArCyrHeb-16",
                 position: (48, 18),
                },
               ],
               position: (48, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (49, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "The font used for the virtual consoles.  Leave empty to use\nwhatever the <command>setfont</command> program considers the\ndefault font.\nCan be either a font name or a path to a PSF font file.\n",
                 position: (50, 1),
                },
               ],
               position: (49, 21),
              },
             },
            ],
            recursive: false,
            position: (45, 21),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "keyMap",
            position: (57, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (57, 14),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (58, 7),
                },
               ],
              },
              to: With {
               expression: Variable {
                identifier: "types",
                position: (58, 19),
               },
               target: FunctionApplication {
                function: Variable {
                 identifier: "either",
                 position: (58, 26),
                },
                arguments: [
                 Variable {
                  identifier: "str",
                  position: (58, 33),
                 },
                 Variable {
                  identifier: "path",
                  position: (58, 37),
                 },
                ],
               },
               position: (58, 14),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (59, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "us",
                 position: (59, 18),
                },
               ],
               position: (59, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (60, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "fr",
                 position: (60, 18),
                },
               ],
               position: (60, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (61, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "The keyboard mapping table for the virtual consoles.\n",
                 position: (62, 1),
                },
               ],
               position: (61, 21),
              },
             },
            ],
            recursive: false,
            position: (57, 23),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "colors",
            position: (66, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (66, 14),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (67, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (67, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "listOf",
                   position: (67, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (67, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "str",
                    position: (67, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (68, 7),
                },
               ],
              },
              to: List {
               elements: [],
               position: (68, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (69, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "002b36",
                   position: (70, 10),
                  },
                 ],
                 position: (70, 9),
                },
                String {
                 parts: [
                  Raw {
                   content: "dc322f",
                   position: (70, 19),
                  },
                 ],
                 position: (70, 18),
                },
                String {
                 parts: [
                  Raw {
                   content: "859900",
                   position: (70, 28),
                  },
                 ],
                 position: (70, 27),
                },
                String {
                 parts: [
                  Raw {
                   content: "b58900",
                   position: (70, 37),
                  },
                 ],
                 position: (70, 36),
                },
                String {
                 parts: [
                  Raw {
                   content: "268bd2",
                   position: (71, 10),
                  },
                 ],
                 position: (71, 9),
                },
                String {
                 parts: [
                  Raw {
                   content: "d33682",
                   position: (71, 19),
                  },
                 ],
                 position: (71, 18),
                },
                String {
                 parts: [
                  Raw {
                   content: "2aa198",
                   position: (71, 28),
                  },
                 ],
                 position: (71, 27),
                },
                String {
                 parts: [
                  Raw {
                   content: "eee8d5",
                   position: (71, 37),
                  },
                 ],
                 position: (71, 36),
                },
                String {
                 parts: [
                  Raw {
                   content: "002b36",
                   position: (72, 10),
                  },
                 ],
                 position: (72, 9),
                },
                String {
                 parts: [
                  Raw {
                   content: "cb4b16",
                   position: (72, 19),
                  },
                 ],
                 position: (72, 18),
                },
                String {
                 parts: [
                  Raw {
                   content: "586e75",
                   position: (72, 28),
                  },
                 ],
                 position: (72, 27),
                },
                String {
                 parts: [
                  Raw {
                   content: "657b83",
                   position: (72, 37),
                  },
                 ],
                 position: (72, 36),
                },
                String {
                 parts: [
                  Raw {
                   content: "839496",
                   position: (73, 10),
                  },
                 ],
                 position: (73, 9),
                },
                String {
                 parts: [
                  Raw {
                   content: "6c71c4",
                   position: (73, 19),
                  },
                 ],
                 position: (73, 18),
                },
                String {
                 parts: [
                  Raw {
                   content: "93a1a1",
                   position: (73, 28),
                  },
                 ],
                 position: (73, 27),
                },
                String {
                 parts: [
                  Raw {
                   content: "fdf6e3",
                   position: (73, 37),
                  },
                 ],
                 position: (73, 36),
                },
               ],
               position: (69, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (75, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "The 16 colors palette used by the virtual consoles.\nLeave empty to use the default colors.\nColors must be in hexadecimal format and listed in\norder from color 0 to color 15.\n",
                 position: (76, 1),
                },
               ],
               position: (75, 21),
              },
             },
            ],
            recursive: false,
            position: (66, 23),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "packages",
            position: (84, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (84, 16),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (85, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (85, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "listOf",
                   position: (85, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (85, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "package",
                    position: (85, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (86, 7),
                },
               ],
              },
              to: List {
               elements: [],
               position: (86, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (87, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "List of additional packages that provide console fonts, keymaps and\nother resources for virtual consoles use.\n",
                 position: (88, 1),
                },
               ],
               position: (87, 21),
              },
             },
            ],
            recursive: false,
            position: (84, 25),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "useXkbConfig",
            position: (93, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (93, 20),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (94, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (94, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "bool",
                  position: (94, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (95, 7),
                },
               ],
              },
              to: Variable {
               identifier: "false",
               position: (95, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (96, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "If set, configure the virtual console keymap from the xserver\nkeyboard settings.\n",
                 position: (97, 1),
                },
               ],
               position: (96, 21),
              },
             },
            ],
            recursive: false,
            position: (93, 29),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "earlySetup",
            position: (102, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (102, 18),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (103, 7),
                },
               ],
              },
              to: Variable {
               identifier: "false",
               position: (103, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (104, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (104, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "bool",
                  position: (104, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (105, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Enable setting virtual console options as early as possible (in initrd).\n",
                 position: (106, 1),
                },
               ],
               position: (105, 21),
              },
             },
            ],
            recursive: false,
            position: (102, 27),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (44, 22),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (115, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkMerge",
        position: (115, 12),
       },
       arguments: [
        List {
         elements: [
          Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "console",
                position: (116, 7),
               },
               Raw {
                content: "keyMap",
                position: (116, 15),
               },
              ],
             },
             to: With {
              expression: PropertyAccess {
               expression: Variable {
                identifier: "config",
                position: (116, 29),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "services",
                  position: (116, 36),
                 },
                 Raw {
                  content: "xserver",
                  position: (116, 45),
                 },
                ],
               },
               default: None,
              },
              target: FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (117, 9),
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (117, 14),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "useXkbConfig",
                    position: (117, 18),
                   },
                  ],
                 },
                 default: None,
                },
                Parentheses {
                 expression: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "pkgs",
                    position: (118, 12),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "runCommand",
                      position: (118, 17),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "xkb-console-keymap",
                      position: (118, 29),
                     },
                    ],
                    position: (118, 28),
                   },
                   Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "preferLocalBuild",
                         position: (118, 51),
                        },
                       ],
                      },
                      to: Variable {
                       identifier: "true",
                       position: (118, 70),
                      },
                     },
                    ],
                    recursive: false,
                    position: (118, 49),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "",
                      position: (119, 1),
                     },
                     Raw {
                      content: "'",
                      position: (119, 13),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "pkgs",
                        position: (119, 16),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "buildPackages",
                          position: (119, 21),
                         },
                         Raw {
                          content: "ckbcomp",
                          position: (119, 35),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/bin/ckbcomp' \\\n  ",
                      position: (119, 43),
                     },
                     Expression {
                      expression: FunctionApplication {
                       function: Variable {
                        identifier: "optionalString",
                        position: (120, 17),
                       },
                       arguments: [
                        Parentheses {
                         expression: HasProperty {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "config",
                            position: (120, 33),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "environment",
                              position: (120, 40),
                             },
                             Raw {
                              content: "sessionVariables",
                              position: (120, 52),
                             },
                            ],
                           },
                           default: None,
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "XKB_CONFIG_ROOT",
                             position: (120, 71),
                            },
                           ],
                          },
                          position: (120, 69),
                         },
                         position: (120, 32),
                        },
                        String {
                         parts: [
                          Raw {
                           content: "-I",
                           position: (121, 18),
                          },
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "config",
                             position: (121, 22),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "environment",
                               position: (121, 29),
                              },
                              Raw {
                               content: "sessionVariables",
                               position: (121, 41),
                              },
                              Raw {
                               content: "XKB_CONFIG_ROOT",
                               position: (121, 58),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                         ],
                         position: (121, 17),
                        },
                       ],
                      },
                     },
                     Raw {
                      content: " \\\n  -model ",
                      position: (122, 16),
                     },
                     Raw {
                      content: "'",
                      position: (123, 22),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "xkbModel",
                       position: (123, 25),
                      },
                     },
                     Raw {
                      content: "' -layout ",
                      position: (123, 34),
                     },
                     Raw {
                      content: "'",
                      position: (123, 44),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "layout",
                       position: (123, 47),
                      },
                     },
                     Raw {
                      content: "' \\\n  -option ",
                      position: (123, 54),
                     },
                     Raw {
                      content: "'",
                      position: (124, 23),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "xkbOptions",
                       position: (124, 26),
                      },
                     },
                     Raw {
                      content: "' -variant ",
                      position: (124, 37),
                     },
                     Raw {
                      content: "'",
                      position: (124, 48),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "xkbVariant",
                       position: (124, 51),
                      },
                     },
                     Raw {
                      content: "' > \"$out\"\n",
                      position: (124, 62),
                     },
                    ],
                    position: (118, 78),
                   },
                  ],
                 },
                 position: (118, 11),
                },
               ],
              },
              position: (116, 24),
             },
            },
           ],
           recursive: false,
           position: (116, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (128, 6),
            },
            arguments: [
             Parentheses {
              expression: UnaryOperation {
               operator: Not,
               operand: Variable {
                identifier: "setVconsole",
                position: (128, 13),
               },
               position: (128, 12),
              },
              position: (128, 11),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "systemd",
                   position: (129, 7),
                  },
                  Raw {
                   content: "services",
                   position: (129, 15),
                  },
                  Raw {
                   content: "systemd-vconsole-setup",
                   position: (129, 24),
                  },
                  Raw {
                   content: "enable",
                   position: (129, 47),
                  },
                 ],
                },
                to: Variable {
                 identifier: "false",
                 position: (129, 56),
                },
               },
              ],
              recursive: false,
              position: (128, 26),
             },
            ],
           },
           position: (128, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (132, 6),
            },
            arguments: [
             Variable {
              identifier: "setVconsole",
              position: (132, 11),
             },
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mkMerge",
                position: (132, 24),
               },
               arguments: [
                List {
                 elements: [
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "environment",
                        position: (133, 9),
                       },
                       Raw {
                        content: "systemPackages",
                        position: (133, 21),
                       },
                      ],
                     },
                     to: List {
                      elements: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "pkgs",
                         position: (133, 40),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "kbd",
                           position: (133, 45),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                      position: (133, 38),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "environment",
                        position: (137, 9),
                       },
                       Raw {
                        content: "etc",
                        position: (137, 21),
                       },
                       Expression {
                        expression: String {
                         parts: [
                          Raw {
                           content: "vconsole.conf",
                           position: (137, 26),
                          },
                         ],
                         position: (137, 25),
                        },
                       },
                       Raw {
                        content: "source",
                        position: (137, 41),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "vconsoleConf",
                      position: (137, 50),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "environment",
                        position: (139, 9),
                       },
                       Raw {
                        content: "etc",
                        position: (139, 21),
                       },
                       Raw {
                        content: "kbd",
                        position: (139, 25),
                       },
                       Raw {
                        content: "source",
                        position: (139, 29),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Expression {
                        expression: Variable {
                         identifier: "consoleEnv",
                         position: (139, 41),
                        },
                       },
                       Raw {
                        content: "/share",
                        position: (139, 52),
                       },
                      ],
                      position: (139, 38),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "boot",
                        position: (141, 9),
                       },
                       Raw {
                        content: "initrd",
                        position: (141, 14),
                       },
                       Raw {
                        content: "preLVMCommands",
                        position: (141, 21),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: Variable {
                       identifier: "mkBefore",
                       position: (141, 38),
                      },
                      arguments: [
                       String {
                        parts: [
                         Raw {
                          content: "kbd_mode ",
                          position: (142, 1),
                         },
                         Expression {
                          expression: IfThenElse {
                           predicate: Variable {
                            identifier: "isUnicode",
                            position: (142, 25),
                           },
                           then: String {
                            parts: [
                             Raw {
                              content: "-u",
                              position: (142, 41),
                             },
                            ],
                            position: (142, 40),
                           },
                           else_: String {
                            parts: [
                             Raw {
                              content: "-a",
                              position: (142, 51),
                             },
                            ],
                            position: (142, 50),
                           },
                           position: (142, 22),
                          },
                         },
                         Raw {
                          content: " -C /dev/console\nprintf \"\\033%%",
                          position: (142, 55),
                         },
                         Expression {
                          expression: IfThenElse {
                           predicate: Variable {
                            identifier: "isUnicode",
                            position: (143, 30),
                           },
                           then: String {
                            parts: [
                             Raw {
                              content: "G",
                              position: (143, 46),
                             },
                            ],
                            position: (143, 45),
                           },
                           else_: String {
                            parts: [
                             Raw {
                              content: "@",
                              position: (143, 55),
                             },
                            ],
                            position: (143, 54),
                           },
                           position: (143, 27),
                          },
                         },
                         Raw {
                          content: "\" >> /dev/console\nloadkmap < ",
                          position: (143, 58),
                         },
                         Expression {
                          expression: Variable {
                           identifier: "optimizedKeymap",
                           position: (144, 24),
                          },
                         },
                         Raw {
                          content: "\n\n",
                          position: (144, 40),
                         },
                         Expression {
                          expression: FunctionApplication {
                           function: Variable {
                            identifier: "optionalString",
                            position: (146, 13),
                           },
                           arguments: [
                            PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (146, 28),
                             },
                             attribute_path: AttributePath {
                              parts: [
                               Raw {
                                content: "earlySetup",
                                position: (146, 32),
                               },
                              ],
                             },
                             default: None,
                            },
                            String {
                             parts: [
                              Raw {
                               content: "setfont -C /dev/console $extraUtils/share/consolefonts/font.psf\n",
                               position: (147, 1),
                              },
                             ],
                             position: (146, 43),
                            },
                           ],
                          },
                         },
                         Raw {
                          content: "\n",
                          position: (148, 14),
                         },
                        ],
                        position: (141, 47),
                       },
                      ],
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "systemd",
                        position: (151, 9),
                       },
                       Raw {
                        content: "services",
                        position: (151, 17),
                       },
                       Raw {
                        content: "reload-systemd-vconsole-setup",
                        position: (151, 26),
                       },
                      ],
                     },
                     to: Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "description",
                           position: (152, 13),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "Reset console on configuration changes",
                           position: (152, 28),
                          },
                         ],
                         position: (152, 27),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "wantedBy",
                           position: (153, 13),
                          },
                         ],
                        },
                        to: List {
                         elements: [
                          String {
                           parts: [
                            Raw {
                             content: "multi-user.target",
                             position: (153, 27),
                            },
                           ],
                           position: (153, 26),
                          },
                         ],
                         position: (153, 24),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "restartTriggers",
                           position: (154, 13),
                          },
                         ],
                        },
                        to: List {
                         elements: [
                          Variable {
                           identifier: "vconsoleConf",
                           position: (154, 33),
                          },
                          Variable {
                           identifier: "consoleEnv",
                           position: (154, 46),
                          },
                         ],
                         position: (154, 31),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "reloadIfChanged",
                           position: (155, 13),
                          },
                         ],
                        },
                        to: Variable {
                         identifier: "true",
                         position: (155, 31),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "serviceConfig",
                           position: (156, 13),
                          },
                         ],
                        },
                        to: Map {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "RemainAfterExit",
                              position: (157, 17),
                             },
                            ],
                           },
                           to: Variable {
                            identifier: "true",
                            position: (157, 35),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "ExecStart",
                              position: (158, 17),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Expression {
                              expression: PropertyAccess {
                               expression: Variable {
                                identifier: "pkgs",
                                position: (158, 32),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "coreutils",
                                  position: (158, 37),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                             Raw {
                              content: "/bin/true",
                              position: (158, 47),
                             },
                            ],
                            position: (158, 29),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "ExecReload",
                              position: (159, 17),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "/run/current-system/systemd/bin/systemctl restart systemd-vconsole-setup",
                              position: (159, 31),
                             },
                            ],
                            position: (159, 30),
                           },
                          },
                         ],
                         recursive: false,
                         position: (157, 15),
                        },
                       },
                      ],
                      recursive: false,
                      position: (152, 11),
                     },
                    },
                   ],
                   recursive: false,
                   position: (133, 7),
                  },
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "mkIf",
                     position: (164, 8),
                    },
                    arguments: [
                     Parentheses {
                      expression: BinaryOperation {
                       operator: NotEqualTo,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (164, 14),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "colors",
                            position: (164, 18),
                           },
                          ],
                         },
                         default: None,
                        },
                        List {
                         elements: [],
                         position: (164, 28),
                        },
                       ],
                       position: (164, 25),
                      },
                      position: (164, 13),
                     },
                     Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "boot",
                           position: (165, 9),
                          },
                          Raw {
                           content: "kernelParams",
                           position: (165, 14),
                          },
                         ],
                        },
                        to: List {
                         elements: [
                          String {
                           parts: [
                            Raw {
                             content: "vt.default_red=",
                             position: (166, 12),
                            },
                            Expression {
                             expression: FunctionApplication {
                              function: Variable {
                               identifier: "makeColor",
                               position: (166, 29),
                              },
                              arguments: [
                               Int {
                                value: 0,
                                position: (166, 39),
                               },
                               PropertyAccess {
                                expression: Variable {
                                 identifier: "cfg",
                                 position: (166, 41),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "colors",
                                   position: (166, 45),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              ],
                             },
                            },
                           ],
                           position: (166, 11),
                          },
                          String {
                           parts: [
                            Raw {
                             content: "vt.default_grn=",
                             position: (167, 12),
                            },
                            Expression {
                             expression: FunctionApplication {
                              function: Variable {
                               identifier: "makeColor",
                               position: (167, 29),
                              },
                              arguments: [
                               Int {
                                value: 1,
                                position: (167, 39),
                               },
                               PropertyAccess {
                                expression: Variable {
                                 identifier: "cfg",
                                 position: (167, 41),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "colors",
                                   position: (167, 45),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              ],
                             },
                            },
                           ],
                           position: (167, 11),
                          },
                          String {
                           parts: [
                            Raw {
                             content: "vt.default_blu=",
                             position: (168, 12),
                            },
                            Expression {
                             expression: FunctionApplication {
                              function: Variable {
                               identifier: "makeColor",
                               position: (168, 29),
                              },
                              arguments: [
                               Int {
                                value: 2,
                                position: (168, 39),
                               },
                               PropertyAccess {
                                expression: Variable {
                                 identifier: "cfg",
                                 position: (168, 41),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "colors",
                                   position: (168, 45),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              ],
                             },
                            },
                           ],
                           position: (168, 11),
                          },
                         ],
                         position: (165, 29),
                        },
                       },
                      ],
                      recursive: false,
                      position: (164, 32),
                     },
                    ],
                   },
                   position: (164, 7),
                  },
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "mkIf",
                     position: (172, 8),
                    },
                    arguments: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (172, 13),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "earlySetup",
                         position: (172, 17),
                        },
                       ],
                      },
                      default: None,
                     },
                     Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "boot",
                           position: (173, 9),
                          },
                          Raw {
                           content: "initrd",
                           position: (173, 14),
                          },
                          Raw {
                           content: "extraUtilsCommands",
                           position: (173, 21),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "mkdir -p $out/share/consolefonts\n",
                           position: (174, 1),
                          },
                          Expression {
                           expression: IfThenElse {
                            predicate: BinaryOperation {
                             operator: EqualTo,
                             operands: [
                              FunctionApplication {
                               function: Variable {
                                identifier: "substring",
                                position: (175, 16),
                               },
                               arguments: [
                                Int {
                                 value: 0,
                                 position: (175, 26),
                                },
                                Int {
                                 value: 1,
                                 position: (175, 28),
                                },
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "cfg",
                                  position: (175, 30),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "font",
                                    position: (175, 34),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               ],
                              },
                              String {
                               parts: [
                                Raw {
                                 content: "/",
                                 position: (175, 43),
                                },
                               ],
                               position: (175, 42),
                              },
                             ],
                             position: (175, 39),
                            },
                            then: String {
                             parts: [
                              Raw {
                               content: "font=\"",
                               position: (176, 1),
                              },
                              Expression {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "cfg",
                                 position: (176, 21),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "font",
                                   position: (176, 25),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "\"\n",
                               position: (176, 30),
                              },
                             ],
                             position: (175, 51),
                            },
                            else_: String {
                             parts: [
                              Raw {
                               content: "font=\"$(echo ",
                               position: (178, 1),
                              },
                              Expression {
                               expression: Variable {
                                identifier: "consoleEnv",
                                position: (178, 28),
                               },
                              },
                              Raw {
                               content: "/share/consolefonts/",
                               position: (178, 39),
                              },
                              Expression {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "cfg",
                                 position: (178, 61),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "font",
                                   position: (178, 65),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: ".*)\"\n",
                               position: (178, 70),
                              },
                             ],
                             position: (177, 19),
                            },
                            position: (175, 13),
                           },
                          },
                          Raw {
                           content: "\nif [[ $font == *.gz ]]; then\n  gzip -cd $font > $out/share/consolefonts/font.psf\nelse\n  cp -L $font $out/share/consolefonts/font.psf\nfi\n",
                           position: (179, 14),
                          },
                         ],
                         position: (173, 42),
                        },
                       },
                      ],
                      recursive: false,
                      position: (172, 28),
                     },
                    ],
                   },
                   position: (172, 7),
                  },
                 ],
                 position: (132, 32),
                },
               ],
              },
              position: (132, 23),
             },
            ],
           },
           position: (132, 5),
          },
         ],
         position: (115, 20),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "imports",
         position: (190, 3),
        },
       ],
      },
      to: List {
       elements: [
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (191, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "i18n",
                position: (191, 31),
               },
              ],
              position: (191, 30),
             },
             String {
              parts: [
               Raw {
                content: "consoleFont",
                position: (191, 38),
               },
              ],
              position: (191, 37),
             },
            ],
            position: (191, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "console",
                position: (191, 56),
               },
              ],
              position: (191, 55),
             },
             String {
              parts: [
               Raw {
                content: "font",
                position: (191, 66),
               },
              ],
              position: (191, 65),
             },
            ],
            position: (191, 53),
           },
          ],
         },
         position: (191, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (192, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "i18n",
                position: (192, 31),
               },
              ],
              position: (192, 30),
             },
             String {
              parts: [
               Raw {
                content: "consoleKeyMap",
                position: (192, 38),
               },
              ],
              position: (192, 37),
             },
            ],
            position: (192, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "console",
                position: (192, 58),
               },
              ],
              position: (192, 57),
             },
             String {
              parts: [
               Raw {
                content: "keyMap",
                position: (192, 68),
               },
              ],
              position: (192, 67),
             },
            ],
            position: (192, 55),
           },
          ],
         },
         position: (192, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (193, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "i18n",
                position: (193, 31),
               },
              ],
              position: (193, 30),
             },
             String {
              parts: [
               Raw {
                content: "consoleColors",
                position: (193, 38),
               },
              ],
              position: (193, 37),
             },
            ],
            position: (193, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "console",
                position: (193, 58),
               },
              ],
              position: (193, 57),
             },
             String {
              parts: [
               Raw {
                content: "colors",
                position: (193, 68),
               },
              ],
              position: (193, 67),
             },
            ],
            position: (193, 55),
           },
          ],
         },
         position: (193, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (194, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "i18n",
                position: (194, 31),
               },
              ],
              position: (194, 30),
             },
             String {
              parts: [
               Raw {
                content: "consolePackages",
                position: (194, 38),
               },
              ],
              position: (194, 37),
             },
            ],
            position: (194, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "console",
                position: (194, 60),
               },
              ],
              position: (194, 59),
             },
             String {
              parts: [
               Raw {
                content: "packages",
                position: (194, 70),
               },
              ],
              position: (194, 69),
             },
            ],
            position: (194, 57),
           },
          ],
         },
         position: (194, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (195, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "i18n",
                position: (195, 31),
               },
              ],
              position: (195, 30),
             },
             String {
              parts: [
               Raw {
                content: "consoleUseXkbConfig",
                position: (195, 38),
               },
              ],
              position: (195, 37),
             },
            ],
            position: (195, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "console",
                position: (195, 64),
               },
              ],
              position: (195, 63),
             },
             String {
              parts: [
               Raw {
                content: "useXkbConfig",
                position: (195, 74),
               },
              ],
              position: (195, 73),
             },
            ],
            position: (195, 61),
           },
          ],
         },
         position: (195, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (196, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "boot",
                position: (196, 31),
               },
              ],
              position: (196, 30),
             },
             String {
              parts: [
               Raw {
                content: "earlyVconsoleSetup",
                position: (196, 38),
               },
              ],
              position: (196, 37),
             },
            ],
            position: (196, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "console",
                position: (196, 63),
               },
              ],
              position: (196, 62),
             },
             String {
              parts: [
               Raw {
                content: "earlySetup",
                position: (196, 73),
               },
              ],
              position: (196, 72),
             },
            ],
            position: (196, 60),
           },
          ],
         },
         position: (196, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (197, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "boot",
                position: (197, 31),
               },
              ],
              position: (197, 30),
             },
             String {
              parts: [
               Raw {
                content: "extraTTYs",
                position: (197, 38),
               },
              ],
              position: (197, 37),
             },
            ],
            position: (197, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "console",
                position: (197, 54),
               },
              ],
              position: (197, 53),
             },
             String {
              parts: [
               Raw {
                content: "extraTTYs",
                position: (197, 64),
               },
              ],
              position: (197, 63),
             },
            ],
            position: (197, 51),
           },
          ],
         },
         position: (197, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (198, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "console",
                position: (198, 31),
               },
              ],
              position: (198, 30),
             },
             String {
              parts: [
               Raw {
                content: "extraTTYs",
                position: (198, 41),
               },
              ],
              position: (198, 40),
             },
            ],
            position: (198, 28),
           },
           String {
            parts: [
             Raw {
              content: "Since NixOS switched to systemd (circa 2012), TTYs have been spawned on\ndemand, so there is no need to configure them manually.\n",
              position: (199, 1),
             },
            ],
            position: (198, 54),
           },
          ],
         },
         position: (198, 5),
        },
       ],
       position: (190, 13),
      },
     },
    ],
    recursive: false,
    position: (41, 1),
   },
   position: (6, 1),
  },
  position: (4, 1),
 },
 position: (2, 1),
}