diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-09-08 02:45:00 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-09-08 02:45:00 +0900 |
| commit | 60e48465423ded979dfe8cbb09b5635d6ee2802b (patch) | |
| tree | 6e971fdc7cbe28f89db69d4d5d1713dd9e7abb60 /README.md | |
| parent | 19068533823f22e9fd398d7bf6acf6dd09ee7b64 (diff) | |
nix: provide options for capability flags
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -75,7 +75,7 @@ This adds the `environment.fortify` option: chronos = { launchers = { weechat.method = "sudo"; - claws-mail.pulse = false; + claws-mail.capability.pulse = false; discord = { command = "vesktop --ozone-platform-hint=wayland"; share = pkgs.vesktop; @@ -125,7 +125,13 @@ This adds the `environment.fortify` option: * `command`, the command to run as the target user. Defaults to launcher name. - * `pulse`, whether to share the PulseAudio socket and cookie. + * `capability.wayland`, whether to share the Wayland socket. + + * `capability.x11`, whether to share the X11 socket and allow connection. + + * `capability.dbus`, whether to proxy D-Bus. NOTE: this option is subject to change and should not be used + + * `capability.pulse`, whether to share the PulseAudio socket and cookie. * `share`, package containing desktop/icon files. Defaults to launcher name. |
