task | Pin zoom to older/working version for now
This commit is contained in:
parent
173f0b9e7a
commit
97654b4579
3 changed files with 19 additions and 7 deletions
|
|
@ -1,9 +1,14 @@
|
|||
{ lib, config, pkgs, inputs, outputs, home-manager, ... }:
|
||||
{ lib, config, pkgs, pkgs-stable, inputs, outputs, home-manager, ... }:
|
||||
with lib;
|
||||
let cfg = config.roles.zoom;
|
||||
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 = with pkgs; [ zoom-us ];
|
||||
home-manager.users.don.home.packages = [ zoomPkgs.zoom-us ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue