nixos-configuration/home/zoom.nix
2022-02-18 17:12:39 +01:00

6 lines
67 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
zoom-us
];
}