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 fee57aa558
commit c1abb0b851
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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
];
};
}