Skip to content

Commit

Permalink
config/workstation: remove jitsi-meet-electron for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Dec 31, 2024
1 parent f05315c commit 27d2e74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/workstation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ lib.mkIf config.foosteros.profiles.workstation {
environment.systemPackages = with pkgs; [
firefox ungoogled-chromium
pavucontrol qalculate-gtk
(element-desktop.override { element-web = element-web.override { conf.show_labs_settings = true; }; }) mattermost-desktop jitsi-meet-electron teams-for-linux webcord
# TODO: revert if jitsi-meet-electron is fixed
#(element-desktop.override { element-web = element-web.override { conf.show_labs_settings = true; }; }) mattermost-desktop jitsi-meet-electron teams-for-linux webcord
(element-desktop.override { element-web = element-web.override { conf.show_labs_settings = true; }; }) mattermost-desktop teams-for-linux webcord
ffmpeg-full (lib.hiPrio (mpv-unwrapped.wrapper { mpv = mpv-unwrapped.override { ffmpeg = ffmpeg-full; }; }))
fq ripgrep-all
mkusb mkwin
Expand Down

0 comments on commit 27d2e74

Please sign in to comment.