diff --git a/overlays/default.nix b/overlays/default.nix index 1445371..a7a3073 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -26,7 +26,13 @@ rec { themes = ( final: prev: { - papirus_red = (final.papirus-icon-theme.override { color = "red"; }); + papirus_red = (final.papirus-icon-theme.override { color = "red"; }).overrideAttrs { + dontPatchShebangs = true; + noAuditTmpdir = true; + dontAutoPatchelf = true; + dontPatchELF = true; + dontCheckForBrokenSymlinks = true; + }; orchis_theme_compact = ( final.orchis-theme.override { border-radius = 0;