europa: remove element gpu disable hack

This commit is contained in:
Aaron Bieber 2023-07-20 07:22:56 -06:00
parent e36d8ccf36
commit 419974910c
No known key found for this signature in database

View File

@ -107,13 +107,6 @@ in {
nixpkgs.config = {
allowUnfree = true;
allowUnsupportedSystem = true;
packageOverrides = pkgs: {
element-desktop = pkgs.element-desktop.overrideAttrs (old: {
desktopItem = old.desktopItem.override (old: {
exec = "element-desktop --disable-gpu --in-process-gpu %u";
});
});
};
};
boot = {