vencord and some config

This commit is contained in:
twoneis 2024-06-14 01:20:19 +02:00
parent b3fb7babae
commit 63bc6f17e4
3 changed files with 582 additions and 0 deletions

View file

@ -13,6 +13,15 @@
libreoffice-qt6-fresh
];
home.file = {
".config/vesktop/settings.json" = {
source = ./vesktop-settings.json;
};
".config/vesktop/settings/settings.json" = {
source = ./vencord-settings.json;
};
};
programs.pandoc = {
enable = true;
};