Enable WebRTC screensharing

This commit is contained in:
coolneng 2020-11-14 16:11:00 +01:00
parent c5973e3646
commit 56f4729941
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 13 additions and 3 deletions

View File

@ -38,13 +38,15 @@ in {
];
extraSessionCommands = ''
export MOZ_ENABLE_WAYLAND=1
export MOZ_DBUS_REMOTE=1
export MOZ_USE_XINPUT2=1
export GRIM_DEFAULT_DIR=/home/coolneng/Photos/Screenshots
export _JAVA_AWT_WM_NONREPARENTING=1
export QT_QPA_PLATFORM=wayland
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export SDL_VIDEODRIVER=wayland
export GTK_THEME=Adapta-Eta
export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway
'';
};
@ -120,4 +122,12 @@ in {
# Integrate pass with the browser
programs.browserpass.enable = true;
# Enable WebRTC screensharing
services.pipewire.enable = true;
xdg.portal = {
enable = true;
gtkUsePortal = true;
extraPortals = with pkgs; [ xdg-desktop-portal-wlr xdg-desktop-portal-gtk ];
};
}

View File

@ -12,7 +12,7 @@
gitAndTools.pass-git-helper
pinentry-gtk2
# Browsers
firefox
firefox-wayland
ungoogled-chromium
# LaTeX
texlive.combined.scheme-full