MyNixOS website logo

Configuration settings for aphorme. All the available options can be found here: https://github.com/Iaphetes/aphorme_launcher?tab=readme-ov-file#configuration.

Declarations
Type
TOML value
Default
{ }
Example
{
  app_cfg = {
    paths = [
      "$HOME/Desktop"
    ];
  };
  gui_cfg = {
    font_size = 12;
    icon = true;
    ui_framework = "EGUI";
    window_size = [
      300
      300
    ];
  };
}