nixos-config/modules/nixos/workflows/mosey-branch/config/desktop-session/meson_options.txt

12 lines
306 B
Meson
Raw Normal View History

option('service_script',
type: 'string',
value: 'Hyprland',
description: 'Executable for the main session script.'
)
option('session_script',
type: 'string',
value: 'gnome-session --session=mosey-branch',
description: 'Program (including its arguments) for the Wayland session entry file.',
)