Fix teams crashing

This commit is contained in:
Charlotte Van Petegem 2023-09-08 11:47:24 +02:00
parent caca54cfcf
commit 8d0cd46493
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -14,7 +14,9 @@
};
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = with pkgs; [ teams-for-linux ];
home.packages = with pkgs; [
(teams-for-linux.override { electron = electron_24; })
];
};
};
}