diff --git a/BROKEN.md b/BROKEN.md index fb6d157..c4084a9 100644 --- a/BROKEN.md +++ b/BROKEN.md @@ -5,8 +5,6 @@ - Some Nginx headers were commented out because it collided or something. Idfk. Make them not. Uncomment. -- Discord does not use Wayland. - - QT theme doesn't work. - Nushell custom prompt title does not work, as it gets diff --git a/modules/discord.nix b/modules/discord.nix index 91028a5..a318d9c 100644 --- a/modules/discord.nix +++ b/modules/discord.nix @@ -9,16 +9,8 @@ }) (desktopHomePackages (with pkgs; [ - ((discord-canary.override { + (discord-canary.override { withOpenASAR = true; withVencord = true; - }).overrideAttrs (old: with pkgs; { - libPath = old.libPath + ":${libglvnd}/lib"; - nativeBuildInputs = old.nativeBuildInputs ++ [ makeWrapper ]; - - postFixup = '' - wrapProgram $out/opt/DiscordCanary/DiscordCanary \ - --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform=wayland}}" - ''; - })) + }) ])) diff --git a/modules/packages.nix b/modules/packages.nix index c7e720f..4b13447 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -41,6 +41,7 @@ ])) (desktopHomePackages (with pkgs; [ + element-desktop fractal qbittorrent thunderbird