nix dotfiles
This commit is contained in:
commit
7b8005c867
27 changed files with 1728 additions and 0 deletions
17
navi/laniakea/vesktop.nix
Normal file
17
navi/laniakea/vesktop.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
programs.vesktop = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
checkUpdates = false;
|
||||
hardwareAcceleration = true;
|
||||
discordBranch = "stable";
|
||||
};
|
||||
|
||||
vencord.settings = {
|
||||
autoUpdate = true;
|
||||
autoUpdateNotification = true;
|
||||
notifyAboutUpdates = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue