flakes/navi/laniakea/vesktop.nix
2026-04-10 18:50:25 +03:00

17 lines
299 B
Nix

{
programs.vesktop = {
enable = true;
settings = {
checkUpdates = false;
hardwareAcceleration = true;
discordBranch = "stable";
};
vencord.settings = {
autoUpdate = true;
autoUpdateNotification = true;
notifyAboutUpdates = true;
};
};
}