Have slack support pipewire

This commit is contained in:
Thomas Avé 2026-03-13 14:55:17 +07:00
parent e866187d2c
commit 97e17dc9cf
1 changed files with 9 additions and 1 deletions

View File

@ -22,7 +22,15 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
spotify spotify
slack (pkgs.symlinkJoin {
name = "slack-pipewire";
paths = [pkgs.slack];
buildInputs = [pkgs.makeWrapper];
postBuild = ''
wrapProgram $out/bin/slack \
--add-flags "--enable-features=WebRTCPipeWireCamera"
'';
})
eid-mw eid-mw
onlyoffice-desktopeditors onlyoffice-desktopeditors
libreoffice libreoffice