Skip to content

Commit

Permalink
feat(nixos): Switch Discord for webcord-vencord
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jun 29, 2024
1 parent 139855e commit 627edb0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@
# xcodes
] ++ lib.lists.optionals isLinux [
# put Linux specific packages here
(discord.override {
withOpenASAR = true;
withVencord = true;
})
webcord-vencord
signal-desktop
qbittorrent
vlc
Expand Down
2 changes: 1 addition & 1 deletion home-manager/modules/gnome/dconf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ in {
"1password.desktop"
"signal-desktop.desktop"
"firefox.desktop"
"discord.desktop"
"webcord.desktop"
"steam.desktop"
];
enabled-extensions = [
Expand Down
1 change: 0 additions & 1 deletion nixos-modules/allowed-unfree.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
let name = lib.getName pkg;
in builtins.elem name [
"obsidian"
"discord"
"spotify"
"nvidia-persistenced"
"nvidia-x11"
Expand Down

0 comments on commit 627edb0

Please sign in to comment.