Have slack support pipewire
This commit is contained in:
parent
e866187d2c
commit
97e17dc9cf
|
|
@ -22,7 +22,15 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
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
|
||||
onlyoffice-desktopeditors
|
||||
libreoffice
|
||||
|
|
|
|||
Loading…
Reference in New Issue