mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
18 lines
385 B
Meson
18 lines
385 B
Meson
option('service_script',
|
|
type: 'string',
|
|
value: 'Hyprland',
|
|
description: 'Executable for the main session script.'
|
|
)
|
|
|
|
option('polkit_script',
|
|
type: 'string',
|
|
value: 'polkit',
|
|
description: 'Executable and its arguments of the polkit daemon.'
|
|
)
|
|
|
|
option('ags_script',
|
|
type: 'string',
|
|
value: 'ags',
|
|
description: 'Executable and its arguments of the AGS widget system.'
|
|
)
|