diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-11-06 14:09:41 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-11-06 14:09:41 +0900 |
| commit | ad80be721be5bf60f69f0a244f882bb00edaf269 (patch) | |
| tree | c655faf7ed6ed5a88562089b240a9d44df6fa0b3 /README.md | |
| parent | f831948bcab3ee8f9848ef14ea4062cfef6341c2 (diff) | |
nix: improve start script
Zsh store path in shebang. Replace writeShellScript with writeScript since runtimeShell is not overridable.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |
