feat(alex): add zoom

This commit is contained in:
Ashhhleyyy 2023-11-18 18:29:04 +00:00
parent 0faa279efe
commit fd82258d49
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 6 additions and 0 deletions

View file

@ -108,6 +108,7 @@
# ./home/ash/obs.nix
./home/ash/tpm-fido.nix
./home/ash/vscodium.nix
./home/ash/zoom.nix
];
};
}

5
home/ash/zoom.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }: {
home.packages = with pkgs; [
zoom-us
];
}