diff options
author | Ben Sima <ben@bsima.me> | 2025-01-29 23:06:31 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-02-04 21:17:29 -0500 |
commit | 86ea51353c223cdc82cb8ebd013d58d70a7e646a (patch) | |
tree | ae8e66df63f799d860998301a9a5e71a5d129313 | |
parent | d97ddbe2d844e5fae8bfa4fd4f1a047df81e36b5 (diff) |
Add zoom to beryl
This is just for conferencing for work stuff, interviews and the like, it seems
to work better as a system package than in a nix-shell or whatever.
-rw-r--r-- | Omni/Dev/Beryllium/Configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Dev/Beryllium/Configuration.nix b/Omni/Dev/Beryllium/Configuration.nix index 4a792ef..8fa783b 100644 --- a/Omni/Dev/Beryllium/Configuration.nix +++ b/Omni/Dev/Beryllium/Configuration.nix @@ -106,6 +106,7 @@ in { nvtop keymapp wally-cli + zoom-us # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget ]; |