mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 22:57:55 +00:00
12 lines
306 B
Meson
12 lines
306 B
Meson
|
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.',
|
||
|
)
|