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

View File

@@ -12,6 +12,7 @@
./kitty.nix
./mangohud.nix
./tmux.nix
./vesktop.nix
./zoxide.nix
]
++ (

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;
};
};
};
}

View File

@@ -95,6 +95,9 @@
prismlauncher
protonplus
satisfactorymodmanager
# Required for Discord RPC
arrpc
]
else
[ ]