mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
home/zoom-us: fixed wrong package in zoom module
This commit is contained in:
parent
22b667688f
commit
a07c9ffe2c
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue