LunNova / replugged-nix-flake

UNMAINTAINED Nix flake for @replugged-org replugged, forked from @LavaDesu's powercord overlay
MIT License
8 stars 3 forks source link

discord-plugged: Allow for overriding the discord package used #2

Closed somasis closed 2 years ago

somasis commented 2 years ago

When I used powercord-overlay, I overrode the discord-canary package something like this:

home.packages = [
  (pkgs.discord-plugged.override {
    discord-canary = pkgs.discord-canary.override {
      withOpenASAR = true;
    };
  })
];

I'm not sure if this is the preferred solution to get that same ability here, but this is what I tried.

LunNova commented 2 years ago

Let me know if I messed anything up for your usecase by changing it! I prefer to merge fast and make small tweaks myself rather than going through a bunch of review cycles.