diff --git a/flake.nix b/flake.nix index ba1aca8..401c641 100644 --- a/flake.nix +++ b/flake.nix @@ -108,6 +108,7 @@ # ./home/ash/obs.nix ./home/ash/tpm-fido.nix ./home/ash/vscodium.nix + ./home/ash/zoom.nix ]; }; } diff --git a/home/ash/zoom.nix b/home/ash/zoom.nix new file mode 100644 index 0000000..c284ddc --- /dev/null +++ b/home/ash/zoom.nix @@ -0,0 +1,5 @@ +{ config, pkgs, ... }: { + home.packages = with pkgs; [ + zoom-us + ]; +}