mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
overide discord with vencord and openASAR
This commit is contained in:
@ -3,6 +3,11 @@
|
|||||||
|
|
||||||
modifications = final: prev: {
|
modifications = final: prev: {
|
||||||
awesome = inputs.nixpkgs-f2k.packages.${prev.system}.awesome-git;
|
awesome = inputs.nixpkgs-f2k.packages.${prev.system}.awesome-git;
|
||||||
|
|
||||||
|
discord = prev.discord.override {
|
||||||
|
withOpenASAR = true;
|
||||||
|
withVencord = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
|
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
|
||||||
|
Reference in New Issue
Block a user