feat(home): add vesktop

This commit is contained in:
2026-02-10 21:56:08 +01:00
parent ea699d4372
commit a96b751ecb
3 changed files with 26 additions and 0 deletions

22
home/vesktop.nix Normal file
View File

@@ -0,0 +1,22 @@
{ ... }:
{
programs.vesktop = {
enable = true;
settings = {
arRPC = true;
hardwareAcceleration = true;
};
vencord.settings = {
autoUpdate = true;
autoUpdateNotification = true;
notifyAboutUpdate = true;
plugins = {
CallTimer.enable = true;
FakeNitro.enable = true;
};
};
};
}