Override zoom version
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m52s
Periodic flake update / flake-update (push) Successful in 1m29s

This commit is contained in:
2024-11-08 13:42:19 +01:00
parent 860377b06f
commit d4a1148120
2 changed files with 19 additions and 1 deletions

View File

@@ -3,6 +3,9 @@ let
withCuda = if (osConfig.system.name == "gunter") then true else false;
in
{
imports = [
./zoom.nix
];
home.packages = with pkgs; [
# CLI utils
act
@@ -63,7 +66,6 @@ in
virt-manager
vmware-horizon-client
yt-dlp
zoom-us
# k8s tools
cilium-cli