zoom| cleanup

This commit is contained in:
Don Harper 2025-05-14 20:27:52 -05:00
parent eb5deb9a50
commit 5bd414d642

View file

@ -2,14 +2,9 @@
with lib;
let
cfg = config.roles.zoom;
zoomPkgs = import inputs.nixpkgs-zoom {
system = "x86_64-linux";
config.allowUnfree = true;
};
in {
options.roles.zoom = { enable = lib.mkEnableOption "citrix tools"; };
config = mkIf cfg.enable {
# home-manager.users.don.home.packages = [ zoomPkgs.zoom-us ];
home-manager.users.don.home.packages = [ pkgs.zoom-us ];
};
}