feat(binto): add nextcloud and discord
This commit is contained in:
parent
a98fd6bdbd
commit
8fae68b037
1 changed files with 5 additions and 0 deletions
|
@ -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; [
|
||||||
|
|
Loading…
Reference in a new issue