home/zoom-us: fixed wrong package in zoom module

This commit is contained in:
Aly Raffauf 2024-03-30 22:49:17 -04:00
parent 22b667688f
commit a07c9ffe2c

View file

@ -3,6 +3,6 @@
options = { guiApps.zoom.enable = lib.mkEnableOption "Enables Zoom."; };
config = lib.mkIf config.guiApps.zoom.enable {
home.packages = with pkgs; [ webcord ];
home.packages = with pkgs; [ zoom-us ];
};
}