feat(alex): add zoom
This commit is contained in:
parent
0faa279efe
commit
fd82258d49
2 changed files with 6 additions and 0 deletions
|
@ -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
5
home/ash/zoom.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
zoom-us
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue