feat(vesktop): enable vesktop and add empty settings
This commit is contained in:
parent
5ef754ecc4
commit
fad78517c9
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@
|
||||||
];
|
];
|
||||||
programs = {
|
programs = {
|
||||||
obs-studio.enable = true;
|
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.enable = true;
|
||||||
thunderbird.profiles.rafiq.isDefault = true;
|
thunderbird.profiles.rafiq.isDefault = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue