Skip to content

Commit

Permalink
Move to disord as vencord is currently broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Oct 27, 2023
1 parent 3f0983c commit 1c524e7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@
EDITOR = pkgs.nano;
};

packages = with pkgs; let
vencord = (discord.override {
withOpenASAR = true;
withVencord = true;
});
in [
packages = with pkgs; [
# settings
arandr
brightnessctl
Expand All @@ -51,9 +46,9 @@
pavucontrol

# messaging
discord
teams
tdesktop
vencord

# dev
gnumake
Expand Down

0 comments on commit 1c524e7

Please sign in to comment.