8 lines
100 B
Nix
8 lines
100 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
nixpkgs.config.allowUnfree = true;
|
|
|
|
home.packages = with pkgs; [ zoom-us ];
|
|
}
|