feat(vesktop): enable vesktop and add empty settings

This commit is contained in:
Mohammad Rafiq 2025-06-19 06:01:50 +08:00
parent 5ef754ecc4
commit fad78517c9
No known key found for this signature in database

View file

@ -8,6 +8,13 @@
];
programs = {
obs-studio.enable = true;
vesktop = {
enable = true;
# https://github.com/Vencord/Vesktop/blob/main/src/shared/settings.d.ts
settings = { };
# https://github.com/Vendicated/Vencord/blob/main/src/api/Settings.ts
vencord.settings = { };
};
thunderbird.enable = true;
thunderbird.profiles.rafiq.isDefault = true;
};