mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Remove useless discord overrides
This commit is contained in:
parent
4ce3806b86
commit
e776fcd1e6
1 changed files with 2 additions and 9 deletions
|
@ -5,15 +5,8 @@
|
||||||
})
|
})
|
||||||
|
|
||||||
(with pkgs; homePackages "nixos" [
|
(with pkgs; homePackages "nixos" [
|
||||||
((discord.override {
|
(discord.override {
|
||||||
withOpenASAR = true;
|
withOpenASAR = true;
|
||||||
withVencord = true;
|
withVencord = true;
|
||||||
}).overrideAttrs (old: with pkgs; {
|
})
|
||||||
libPath = old.libPath + ":${libglvnd}/lib";
|
|
||||||
nativeBuildInputs = old.nativeBuildInputs ++ [ makeWrapper ];
|
|
||||||
|
|
||||||
postFixup = ''
|
|
||||||
wrapProgram $out/opt/Discord/Discord --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform=wayland}}"
|
|
||||||
'';
|
|
||||||
}))
|
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue