discord: try vesktop to see if it crashes less

This commit is contained in:
Christoph Hollizeck 2025-03-23 00:50:40 +01:00
parent 26f1d57cdd
commit b583e3f975
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 3 additions and 2 deletions

View file

@ -19,6 +19,7 @@ in
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
discord
vesktop
];
};
}