Have slack support pipewire
This commit is contained in:
parent
e866187d2c
commit
97e17dc9cf
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue