From fece2b565fa55963344ca51e816cb7e3e4870a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 20 Jun 2026 19:36:22 +0200 Subject: [PATCH] add zoom-us --- flake.nix | 1 + modules/utilities/communicationAndNotification.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 96e28ad..c5f4cb0 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,7 @@ "steam" "steam-unwrapped" "cheatsheet.nvim" + "zoom-us" "zoom" ]; mkUnfreePredicate = pkg: builtins.elem (inputs.nixpkgs.lib.getName pkg) unfreePkgs; diff --git a/modules/utilities/communicationAndNotification.nix b/modules/utilities/communicationAndNotification.nix index a9b845e..21506e4 100644 --- a/modules/utilities/communicationAndNotification.nix +++ b/modules/utilities/communicationAndNotification.nix @@ -11,6 +11,7 @@ self.packages.${pkgs.system}.custom-checkMatrix self.packages.${pkgs.system}.custom-gitnotify # checks if git is set up self.packages.${pkgs.system}.custom-checkKdrive # check if kdrive is set up with rclone + zoom-us ]; }; perSystem = {pkgs, ...}: {