From 49913a55597245838db02392df27031c1d65f8df Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Sun, 13 Apr 2025 21:34:53 +0200 Subject: [PATCH] overlays: remove marwaita-icons (no longer needed) --- overlays/marwaita-icons.nix | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 overlays/marwaita-icons.nix diff --git a/overlays/marwaita-icons.nix b/overlays/marwaita-icons.nix deleted file mode 100644 index 0dcbfc1..0000000 --- a/overlays/marwaita-icons.nix +++ /dev/null @@ -1,6 +0,0 @@ -(self: super: { - marwaita-icons = super.marwaita-icons.overrideAttrs ({ - dontWrapQtApps = true; - dontCheckForBrokenSymlinks = true; - }); -})