---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   Inherit(
    Some(
     Variable {
      identifier: "lib",
      position: (4, 12),
     },
    ),
    [
     Raw {
      content: "mkOption",
      position: (4, 17),
     },
     Raw {
      content: "mkIf",
      position: (4, 26),
     },
     Raw {
      content: "types",
      position: (4, 31),
     },
    ],
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "cfg",
       position: (6, 3),
      },
     ],
    },
    PropertyAccess {
     expression: Variable {
      identifier: "config",
      position: (6, 9),
     },
     attribute_path: AttributePath {
      attributes: [
       Raw {
        content: "programs",
        position: (6, 16),
       },
       Raw {
        content: "tmux",
        position: (6, 25),
       },
      ],
     },
     default: None,
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "defaultKeyMode",
       position: (8, 3),
      },
     ],
    },
    String {
     parts: [
      Raw {
       content: "emacs",
       position: (8, 22),
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "defaultResize",
       position: (9, 3),
      },
     ],
    },
    Int {
     value: 5,
     position: (9, 21),
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "defaultShortcut",
       position: (10, 3),
      },
     ],
    },
    String {
     parts: [
      Raw {
       content: "b",
       position: (10, 22),
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "defaultTerminal",
       position: (11, 3),
      },
     ],
    },
    String {
     parts: [
      Raw {
       content: "screen",
       position: (11, 22),
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "boolToStr",
       position: (13, 3),
      },
     ],
    },
    Function {
     argument: Some(
      "value",
     ),
     arguments: FunctionArguments {
      arguments: [],
      ellipsis: false,
     },
     definition: IfThenElse {
      predicate: Variable {
       identifier: "value",
       position: (13, 25),
      },
      then: String {
       parts: [
        Raw {
         content: "on",
         position: (13, 37),
        },
       ],
      },
      else_: String {
       parts: [
        Raw {
         content: "off",
         position: (13, 47),
        },
       ],
      },
      position: (13, 22),
     },
     position: (13, 15),
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "tmuxConf",
       position: (15, 3),
      },
     ],
    },
    String {
     parts: [
      Raw {
       content: "set  -g default-terminal \"",
       position: (16, 1),
      },
      Expression {
       expression: PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (16, 33),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "terminal",
           position: (16, 37),
          },
         ],
        },
        default: None,
       },
      },
      Raw {
       content: "\"\nset  -g base-index      ",
       position: (16, 46),
      },
      Expression {
       expression: FunctionApplication {
        function: Variable {
         identifier: "toString",
         position: (17, 31),
        },
        arguments: [
         PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (17, 40),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "baseIndex",
             position: (17, 44),
            },
           ],
          },
          default: None,
         },
        ],
       },
      },
      Raw {
       content: "\nsetw -g pane-base-index ",
       position: (17, 54),
      },
      Expression {
       expression: FunctionApplication {
        function: Variable {
         identifier: "toString",
         position: (18, 31),
        },
        arguments: [
         PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (18, 40),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "baseIndex",
             position: (18, 44),
            },
           ],
          },
          default: None,
         },
        ],
       },
      },
      Raw {
       content: "\n\n",
       position: (18, 54),
      },
      Expression {
       expression: IfThenElse {
        predicate: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (20, 10),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "newSession",
            position: (20, 14),
           },
          ],
         },
         default: None,
        },
        then: String {
         parts: [
          Raw {
           content: "new-session",
           position: (20, 31),
          },
         ],
        },
        else_: String {
         parts: [],
        },
        position: (20, 7),
       },
      },
      Raw {
       content: "\n\n",
       position: (20, 52),
      },
      Expression {
       expression: IfThenElse {
        predicate: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (22, 10),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "reverseSplit",
            position: (22, 14),
           },
          ],
         },
         default: None,
        },
        then: String {
         parts: [
          Raw {
           content: "bind v split-window -h\nbind s split-window -v\n",
           position: (23, 1),
          },
         ],
        },
        else_: String {
         parts: [],
        },
        position: (22, 7),
       },
      },
      Raw {
       content: "\n\nset -g status-keys ",
       position: (25, 16),
      },
      Expression {
       expression: PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (27, 26),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "keyMode",
           position: (27, 30),
          },
         ],
        },
        default: None,
       },
      },
      Raw {
       content: "\nset -g mode-keys   ",
       position: (27, 38),
      },
      Expression {
       expression: PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (28, 26),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "keyMode",
           position: (28, 30),
          },
         ],
        },
        default: None,
       },
      },
      Raw {
       content: "\n\n",
       position: (28, 38),
      },
      Expression {
       expression: IfThenElse {
        predicate: BinaryOperation {
         operator: LogicalAnd,
         operands: [
          BinaryOperation {
           operator: EqualTo,
           operands: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (30, 10),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "keyMode",
                position: (30, 14),
               },
              ],
             },
             default: None,
            },
            String {
             parts: [
              Raw {
               content: "vi",
               position: (30, 26),
              },
             ],
            },
           ],
           position: (30, 22),
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (30, 33),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "customPaneNavigationAndResize",
              position: (30, 37),
             },
            ],
           },
           default: None,
          },
         ],
         position: (30, 30),
        },
        then: String {
         parts: [
          Raw {
           content: "bind h select-pane -L\nbind j select-pane -D\nbind k select-pane -U\nbind l select-pane -R\n\nbind -r H resize-pane -L ",
           position: (31, 1),
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "toString",
             position: (36, 32),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (36, 41),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "resizeAmount",
                 position: (36, 45),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Raw {
           content: "\nbind -r J resize-pane -D ",
           position: (36, 58),
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "toString",
             position: (37, 32),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (37, 41),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "resizeAmount",
                 position: (37, 45),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Raw {
           content: "\nbind -r K resize-pane -U ",
           position: (37, 58),
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "toString",
             position: (38, 32),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (38, 41),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "resizeAmount",
                 position: (38, 45),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Raw {
           content: "\nbind -r L resize-pane -R ",
           position: (38, 58),
          },
          Expression {
           expression: FunctionApplication {
            function: Variable {
             identifier: "toString",
             position: (39, 32),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (39, 41),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "resizeAmount",
                 position: (39, 45),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Raw {
           content: "\n",
           position: (39, 58),
          },
         ],
        },
        else_: String {
         parts: [],
        },
        position: (30, 7),
       },
      },
      Raw {
       content: "\n\n",
       position: (40, 16),
      },
      Expression {
       expression: IfThenElse {
        predicate: BinaryOperation {
         operator: NotEqualTo,
         operands: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (42, 11),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "shortcut",
              position: (42, 15),
             },
            ],
           },
           default: None,
          },
          Variable {
           identifier: "defaultShortcut",
           position: (42, 27),
          },
         ],
         position: (42, 24),
        },
        then: String {
         parts: [
          Raw {
           content: "# rebind main key: C-",
           position: (43, 1),
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (43, 28),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "shortcut",
               position: (43, 32),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "\nunbind C-",
           position: (43, 41),
          },
          Expression {
           expression: Variable {
            identifier: "defaultShortcut",
            position: (44, 16),
           },
          },
          Raw {
           content: "\nset -g prefix C-",
           position: (44, 32),
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (45, 23),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "shortcut",
               position: (45, 27),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: "\nbind ",
           position: (45, 36),
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (46, 12),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "shortcut",
               position: (46, 16),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: " send-prefix\nbind C-",
           position: (46, 25),
          },
          Expression {
           expression: PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (47, 14),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "shortcut",
               position: (47, 18),
              },
             ],
            },
            default: None,
           },
          },
          Raw {
           content: " last-window\n",
           position: (47, 27),
          },
         ],
        },
        else_: String {
         parts: [],
        },
        position: (42, 7),
       },
      },
      Raw {
       content: "\n\nsetw -g aggressive-resize ",
       position: (48, 16),
      },
      Expression {
       expression: FunctionApplication {
        function: Variable {
         identifier: "boolToStr",
         position: (50, 33),
        },
        arguments: [
         PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (50, 43),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "aggressiveResize",
             position: (50, 47),
            },
           ],
          },
          default: None,
         },
        ],
       },
      },
      Raw {
       content: "\nsetw -g clock-mode-style  ",
       position: (50, 64),
      },
      Expression {
       expression: IfThenElse {
        predicate: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (51, 36),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "clock24",
            position: (51, 40),
           },
          ],
         },
         default: None,
        },
        then: String {
         parts: [
          Raw {
           content: "24",
           position: (51, 54),
          },
         ],
        },
        else_: String {
         parts: [
          Raw {
           content: "12",
           position: (51, 64),
          },
         ],
        },
        position: (51, 33),
       },
      },
      Raw {
       content: "\nset  -s escape-time       ",
       position: (51, 68),
      },
      Expression {
       expression: FunctionApplication {
        function: Variable {
         identifier: "toString",
         position: (52, 33),
        },
        arguments: [
         PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (52, 42),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "escapeTime",
             position: (52, 46),
            },
           ],
          },
          default: None,
         },
        ],
       },
      },
      Raw {
       content: "\nset  -g history-limit     ",
       position: (52, 57),
      },
      Expression {
       expression: FunctionApplication {
        function: Variable {
         identifier: "toString",
         position: (53, 33),
        },
        arguments: [
         PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (53, 42),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "historyLimit",
             position: (53, 46),
            },
           ],
          },
          default: None,
         },
        ],
       },
      },
      Raw {
       content: "\n\n",
       position: (53, 59),
      },
      Expression {
       expression: FunctionApplication {
        function: PropertyAccess {
         expression: Variable {
          identifier: "lib",
          position: (55, 7),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "optionalString",
            position: (55, 11),
           },
          ],
         },
         default: None,
        },
        arguments: [
         BinaryOperation {
          operator: NotEqualTo,
          operands: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (55, 27),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "plugins",
               position: (55, 31),
              },
             ],
            },
            default: None,
           },
           List {
            elements: [],
            position: (55, 42),
           },
          ],
          position: (55, 39),
         },
         String {
          parts: [
           Raw {
            content: "# Run plugins\n",
            position: (56, 1),
           },
           Expression {
            expression: FunctionApplication {
             function: PropertyAccess {
              expression: Variable {
               identifier: "lib",
               position: (57, 7),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "concatMapStringsSep",
                 position: (57, 11),
                },
               ],
              },
              default: None,
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "\n",
                 position: (57, 32),
                },
               ],
              },
              Function {
               argument: Some(
                "x",
               ),
               arguments: FunctionArguments {
                arguments: [],
                ellipsis: false,
               },
               definition: String {
                parts: [
                 Raw {
                  content: "run-shell ",
                  position: (57, 41),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "x",
                    position: (57, 53),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "rtp",
                      position: (57, 55),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                ],
               },
               position: (57, 37),
              },
              PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (57, 62),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "plugins",
                  position: (57, 66),
                 },
                ],
               },
               default: None,
              },
             ],
            },
           },
           Raw {
            content: "\n\n",
            position: (57, 74),
           },
          ],
         },
        ],
       },
      },
      Raw {
       content: "\n\n",
       position: (59, 8),
      },
      Expression {
       expression: PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (61, 7),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "extraConfig",
           position: (61, 11),
          },
         ],
        },
        default: None,
       },
      },
      Raw {
       content: "\n",
       position: (61, 23),
      },
     ],
    },
   ),
  ],
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (67, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "programs",
           position: (68, 5),
          },
          Raw {
           content: "tmux",
           position: (68, 14),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "enable",
              position: (70, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (70, 16),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (71, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (71, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (71, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (72, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (72, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (73, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Whenever to configure <command>tmux</command> system-wide.",
                   position: (73, 24),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "relatedPackages",
                   position: (74, 9),
                  },
                 ],
                },
                List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "tmux",
                     position: (74, 30),
                    },
                   ],
                  },
                 ],
                 position: (74, 27),
                },
               ),
              ],
              recursive: false,
              position: (70, 25),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "aggressiveResize",
              position: (77, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (77, 26),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (78, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (78, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (79, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (79, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (79, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (80, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Resize the window to the size of the smallest session for which it is the current window.\n",
                   position: (81, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (77, 35),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "baseIndex",
              position: (85, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (85, 19),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (86, 9),
                  },
                 ],
                },
                Int {
                 value: 0,
                 position: (86, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (87, 9),
                  },
                 ],
                },
                Int {
                 value: 1,
                 position: (87, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (88, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (88, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "int",
                    position: (88, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (89, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Base index for windows and panes.",
                   position: (89, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (85, 28),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "clock24",
              position: (92, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (92, 17),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (93, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (93, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (94, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (94, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (94, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (95, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Use 24 hour clock.",
                   position: (95, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (92, 26),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "customPaneNavigationAndResize",
              position: (98, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (98, 39),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (99, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (99, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (100, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (100, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (100, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (101, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Override the hjkl and HJKL bindings for pane navigation and resizing in VI mode.",
                   position: (101, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (98, 48),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "escapeTime",
              position: (104, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (104, 20),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (105, 9),
                  },
                 ],
                },
                Int {
                 value: 500,
                 position: (105, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (106, 9),
                  },
                 ],
                },
                Int {
                 value: 0,
                 position: (106, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (107, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (107, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "int",
                    position: (107, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (108, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Time in milliseconds for which tmux waits after an escape is input.",
                   position: (108, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (104, 29),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "extraConfig",
              position: (111, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (111, 21),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (112, 9),
                  },
                 ],
                },
                String {
                 parts: [],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (113, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Additional contents of /etc/tmux.conf\n",
                   position: (114, 1),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (116, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (116, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "lines",
                    position: (116, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
              ],
              recursive: false,
              position: (111, 30),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "historyLimit",
              position: (119, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (119, 22),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (120, 9),
                  },
                 ],
                },
                Int {
                 value: 2000,
                 position: (120, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (121, 9),
                  },
                 ],
                },
                Int {
                 value: 5000,
                 position: (121, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (122, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (122, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "int",
                    position: (122, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (123, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Maximum number of lines held in window history.",
                   position: (123, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (119, 31),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "keyMode",
              position: (126, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (126, 17),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (127, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "defaultKeyMode",
                 position: (127, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (128, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "vi",
                   position: (128, 20),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (129, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (129, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "enum",
                     position: (129, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "emacs",
                       position: (129, 30),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "vi",
                       position: (129, 38),
                      },
                     ],
                    },
                   ],
                   position: (129, 27),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (130, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "VI or Emacs style shortcuts.",
                   position: (130, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (126, 26),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "newSession",
              position: (133, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (133, 20),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (134, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (134, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (135, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (135, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (135, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (136, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Automatically spawn a session if trying to attach and none are running.",
                   position: (136, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (133, 29),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "reverseSplit",
              position: (139, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (139, 22),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (140, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (140, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (141, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (141, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (141, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (142, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Reverse the window split shortcuts.",
                   position: (142, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (139, 31),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "resizeAmount",
              position: (145, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (145, 22),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (146, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "defaultResize",
                 position: (146, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (147, 9),
                  },
                 ],
                },
                Int {
                 value: 10,
                 position: (147, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (148, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (148, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "int",
                    position: (148, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (149, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Number of lines/columns when resizing.",
                   position: (149, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (145, 31),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "shortcut",
              position: (152, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (152, 18),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (153, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "defaultShortcut",
                 position: (153, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (154, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "a",
                   position: (154, 20),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (155, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (155, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "str",
                    position: (155, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (156, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Ctrl following by this key is used as the main shortcut.",
                   position: (156, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (152, 27),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "terminal",
              position: (159, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (159, 18),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (160, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "defaultTerminal",
                 position: (160, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (161, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "screen-256color",
                   position: (161, 20),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (162, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (162, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "str",
                    position: (162, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (163, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Set the $TERM variable.",
                   position: (163, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (159, 27),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "secureSocket",
              position: (166, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (166, 22),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (167, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "true",
                 position: (167, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (168, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (168, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (168, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (169, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Store tmux socket under /run, which is more secure than /tmp, but as a\ndownside it doesn't survive user logout.\n",
                   position: (170, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (166, 31),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "plugins",
              position: (175, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (175, 17),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (176, 9),
                  },
                 ],
                },
                List {
                 elements: [],
                 position: (176, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (177, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (177, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "listOf",
                     position: (177, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (177, 29),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "package",
                      position: (177, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (178, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "List of plugins to install.",
                   position: (178, 24),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (179, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (179, 19),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "literalExpression",
                     position: (179, 23),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "[ pkgs.tmuxPlugins.nord ]",
                     position: (179, 42),
                    },
                   ],
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (175, 26),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (68, 21),
        },
       ),
      ],
      recursive: false,
      position: (67, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (186, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (186, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (186, 17),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "enable",
           position: (186, 21),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "environment",
             position: (187, 5),
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "etc",
                position: (188, 7),
               },
               Expression {
                expression: String {
                 parts: [
                  Raw {
                   content: "tmux.conf",
                   position: (188, 12),
                  },
                 ],
                },
               },
               Raw {
                content: "text",
                position: (188, 23),
               },
              ],
             },
             Variable {
              identifier: "tmuxConf",
              position: (188, 30),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "systemPackages",
                position: (190, 7),
               },
              ],
             },
             BinaryOperation {
              operator: Concatenation,
              operands: [
               List {
                elements: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (190, 26),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "tmux",
                     position: (190, 31),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
                position: (190, 24),
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (190, 41),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "plugins",
                   position: (190, 45),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (190, 38),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "variables",
                position: (192, 7),
               },
              ],
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "TMUX_TMPDIR",
                   position: (193, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (193, 23),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "optional",
                     position: (193, 27),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (193, 36),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "secureSocket",
                      position: (193, 40),
                     },
                    ],
                   },
                   default: None,
                  },
                  String {
                   parts: [
                    Raw {
                     content: "$",
                     position: (193, 55),
                    },
                    Raw {
                     content: "{XDG_RUNTIME_DIR:-\"/run/user/$(id -u)\"}",
                     position: (193, 58),
                    },
                   ],
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (192, 19),
             },
            ),
           ],
           recursive: false,
           position: (187, 19),
          },
         ),
        ],
        recursive: false,
        position: (186, 28),
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "imports",
        position: (198, 3),
       },
      ],
     },
     List {
      elements: [
       FunctionApplication {
        function: PropertyAccess {
         expression: Variable {
          identifier: "lib",
          position: (199, 6),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "mkRenamedOptionModule",
            position: (199, 10),
           },
          ],
         },
         default: None,
        },
        arguments: [
         List {
          elements: [
           String {
            parts: [
             Raw {
              content: "programs",
              position: (199, 35),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "tmux",
              position: (199, 46),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "extraTmuxConf",
              position: (199, 53),
             },
            ],
           },
          ],
          position: (199, 32),
         },
         List {
          elements: [
           String {
            parts: [
             Raw {
              content: "programs",
              position: (199, 73),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "tmux",
              position: (199, 84),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "extraConfig",
              position: (199, 91),
             },
            ],
           },
          ],
          position: (199, 70),
         },
        ],
       },
      ],
      position: (198, 13),
     },
    ),
   ],
   recursive: false,
   position: (64, 4),
  },
  position: (3, 1),
 },
 position: (1, 1),
}