mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
feat(home): add vesktop
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
./kitty.nix
|
./kitty.nix
|
||||||
./mangohud.nix
|
./mangohud.nix
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
|
./vesktop.nix
|
||||||
./zoxide.nix
|
./zoxide.nix
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
|
|||||||
22
home/vesktop.nix
Normal file
22
home/vesktop.nix
Normal 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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -95,6 +95,9 @@
|
|||||||
prismlauncher
|
prismlauncher
|
||||||
protonplus
|
protonplus
|
||||||
satisfactorymodmanager
|
satisfactorymodmanager
|
||||||
|
|
||||||
|
# Required for Discord RPC
|
||||||
|
arrpc
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
[ ]
|
[ ]
|
||||||
|
|||||||
Reference in New Issue
Block a user