Skip to content

Commit

Permalink
feat(chat): swapt to vesktop from discord
Browse files Browse the repository at this point in the history
Use the patch included in Vencord/Vesktop#191

Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Apr 8, 2024
1 parent 818423b commit 148ff2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/personalities/desktop/chat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
fractal-next
slack
element-desktop
discord
vesktop
# For Discord
wayland-push-to-talk-fix
discover-overlay
Expand Down
8 changes: 8 additions & 0 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@
--add-flags "--enable-zero-copy"
'';
});
vesktop = prev.vesktop.overrideAttrs (oldAttrs: {
patches = oldAttrs.patches ++ [
(final.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/Vencord/Vesktop/pull/489.patch";
sha256 = "sha256-8x3dn/WT2Exe/odHCjtZscdVXKL8MuTKfI1/7MCq/xk=";
})
];
});
moonlight-qt = prev.moonlight-qt.overrideAttrs (oldAttrs: {
version = "v0.3.3-89a628a";
patches = [ ];
Expand Down

0 comments on commit 148ff2a

Please sign in to comment.