nix: improve start script
All checks were successful
test / test (push) Successful in 23s

Zsh store path in shebang. Replace writeShellScript with writeScript since runtimeShell is not overridable.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-11-06 14:09:41 +09:00
parent f831948bca
commit ad80be721b
2 changed files with 17 additions and 3 deletions

View File

@@ -173,7 +173,9 @@ This adds the `environment.fortify` option:
* `id`, the freedesktop application ID, primarily used by dbus, null to disable.
* `command`, the command to run as the target user. Defaults to launcher name.
* `script`, application launch script.
* `command`, the command to run as the target user. Defaults to launcher name. Has no effect when script is set.
* `dbus.session`, D-Bus session proxy custom configuration.