programs.aphorme.enable
Whether to enable aphorme.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.aphorme.package
The aphorme package to use.
Type: null or package
Default:
pkgs.aphorme
Declared by:
programs.aphorme.settings
Configuration settings for aphorme. All the available options can be found here: https://github.com/Iaphetes/aphorme_launcher?tab=readme-ov-file#configuration
Type: TOML value
Default:
{ }
Example:
{
app_cfg = {
paths = [
"$HOME/Desktop"
];
};
gui_cfg = {
font_size = 12;
icon = true;
ui_framework = "EGUI";
window_size = [
300
300
];
};
}
Declared by: