zoom| cleanup
This commit is contained in:
parent
eb5deb9a50
commit
5bd414d642
1 changed files with 0 additions and 5 deletions
|
|
@ -2,14 +2,9 @@
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.roles.zoom;
|
cfg = config.roles.zoom;
|
||||||
zoomPkgs = import inputs.nixpkgs-zoom {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
config.allowUnfree = true;
|
|
||||||
};
|
|
||||||
in {
|
in {
|
||||||
options.roles.zoom = { enable = lib.mkEnableOption "citrix tools"; };
|
options.roles.zoom = { enable = lib.mkEnableOption "citrix tools"; };
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
# home-manager.users.don.home.packages = [ zoomPkgs.zoom-us ];
|
|
||||||
home-manager.users.don.home.packages = [ pkgs.zoom-us ];
|
home-manager.users.don.home.packages = [ pkgs.zoom-us ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue