17 lines
299 B
Nix
17 lines
299 B
Nix
{
|
|
programs.vesktop = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
checkUpdates = false;
|
|
hardwareAcceleration = true;
|
|
discordBranch = "stable";
|
|
};
|
|
|
|
vencord.settings = {
|
|
autoUpdate = true;
|
|
autoUpdateNotification = true;
|
|
notifyAboutUpdates = true;
|
|
};
|
|
};
|
|
}
|