Fix teams crashing
This commit is contained in:
parent
caca54cfcf
commit
8d0cd46493
1 changed files with 3 additions and 1 deletions
|
@ -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; })
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue