Add zoom on picard

This commit is contained in:
Andrea Ciceri 2025-02-08 07:17:25 +01:00
parent e2bfa81b10
commit 9fa9338f7a
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.zoom-us ];
}

View file

@ -94,6 +94,7 @@
"sdrangel" "sdrangel"
"discord" "discord"
"ib-tws" "ib-tws"
"zoom"
]; ];
extraGroups = [ "plugdev" ]; extraGroups = [ "plugdev" ];
backupPaths = [ ]; backupPaths = [ ];

View file

@ -8,12 +8,16 @@
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland xdg-desktop-portal-hyprland
xdg-desktop-portal-gnome xdg-desktop-portal-gnome
xdg-desktop-portal
xdg-desktop-portal-kde
]; ];
extraPortals = with pkgs; [ extraPortals = with pkgs; [
xdg-desktop-portal-wlr xdg-desktop-portal-wlr
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
xdg-desktop-portal-hyprland xdg-desktop-portal-hyprland
xdg-desktop-portal-gnome xdg-desktop-portal-gnome
xdg-desktop-portal
xdg-desktop-portal-kde
]; ];
xdgOpenUsePortal = true; xdgOpenUsePortal = true;
wlr.enable = true; wlr.enable = true;