mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/programs: add zoom-us module
The zoom-us package can be build with pulseaudio and with support for one or more xdg-desktop-portal implementations. This new module sets the proper build options from the system configuration, and adds the resulting package to `systemPackages`. If an individual `zoom-us` package is assigned to the `package` option with `package = zoom-us.override { ... };`, arguments given to `.override` will take precedence over the options determined by the module. This permits to explicitly enable or disable some zoom-us features while keeping the module's choices for other features. Co-authored-by: Philip Taron <philip.taron@gmail.com>
This commit is contained in:
parent
b215903865
commit
1a5059ded6
2 changed files with 64 additions and 0 deletions
|
@ -357,6 +357,7 @@
|
|||
./programs/ydotool.nix
|
||||
./programs/yubikey-touch-detector.nix
|
||||
./programs/zmap.nix
|
||||
./programs/zoom-us.nix
|
||||
./programs/zoxide.nix
|
||||
./programs/zsh/oh-my-zsh.nix
|
||||
./programs/zsh/zsh-autoenv.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue