Skip to content

Commit

Permalink
feat(discord): Add Vencord client mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jan 4, 2024
1 parent d508ec1 commit 9854529
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@ in {
# release notes.
stateVersion = "22.11";
packages = with pkgs;
[ obsidian mdbook spotify (discord.override { withOpenASAR = true; }) ]
++ lib.lists.optionals isDarwin [
[
obsidian
mdbook
spotify
(discord.override {
withOpenASAR = true;
withVencord = true;
})
] ++ lib.lists.optionals isDarwin [
# put macOS specific packages here
xcodes
] ++ lib.lists.optionals isLinux [
Expand Down

0 comments on commit 9854529

Please sign in to comment.