feat(binto): add nextcloud and discord

This commit is contained in:
matt1432 2023-10-19 23:18:09 -04:00
parent a98fd6bdbd
commit 8fae68b037

View file

@ -17,6 +17,11 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
p7zip # for reshade p7zip # for reshade
xclip xclip
nextcloud-client
(pkgs.discord.override {
withOpenASAR = true;
withVencord = true;
})
]; ];
environment.plasma5.excludePackages = with pkgs.libsForQt5; [ environment.plasma5.excludePackages = with pkgs.libsForQt5; [