Files
nixos/home/vesktop.nix
2026-02-10 21:56:19 +01:00

23 lines
361 B
Nix

{ ... }:
{
programs.vesktop = {
enable = true;
settings = {
arRPC = true;
hardwareAcceleration = true;
};
vencord.settings = {
autoUpdate = true;
autoUpdateNotification = true;
notifyAboutUpdate = true;
plugins = {
CallTimer.enable = true;
FakeNitro.enable = true;
};
};
};
}