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, ...}: {