programs: ship "wiremix"

This commit is contained in:
2025-07-19 11:29:32 +00:00
parent 96d3e3fcca
commit d426a9e9e8

View File

@@ -364,6 +364,7 @@ in
"video-trimmer" "video-trimmer"
"vulkan-tools" # vulkaninfo "vulkan-tools" # vulkaninfo
# "whalebird" # pleroma client (Electron). input is broken on phosh. # "whalebird" # pleroma client (Electron). input is broken on phosh.
"wiremix" # wireplumber TUI
"xdg-terminal-exec" "xdg-terminal-exec"
"youtube-tui" "youtube-tui"
# "zathura" # PDF/CBZ/ePUB viewer # "zathura" # PDF/CBZ/ePUB viewer
@@ -1255,6 +1256,8 @@ in
wirelesstools.sandbox.capabilities = [ "net_admin" ]; wirelesstools.sandbox.capabilities = [ "net_admin" ];
wirelesstools.sandbox.tryKeepUsers = true; wirelesstools.sandbox.tryKeepUsers = true;
wiremix.sandbox.whitelistAudio = true;
wl-clipboard.sandbox.whitelistWayland = true; wl-clipboard.sandbox.whitelistWayland = true;
wl-clipboard.sandbox.keepPids = true; #< this is needed, but not sure why? wl-clipboard.sandbox.keepPids = true; #< this is needed, but not sure why?