16 lines
312 B
Nix
16 lines
312 B
Nix
{
|
|
programs.vesktop = {
|
|
enable = true;
|
|
vencord = {
|
|
settings = {
|
|
oUpdate = false;
|
|
autoUpdateNotification = false;
|
|
notifyAboutUpdates = false;
|
|
useQuickCss = true;
|
|
disableMinSize = true;
|
|
enabledThemes = [ "noctalia.theme.css" ];
|
|
};
|
|
};
|
|
};
|
|
}
|