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; - }); -})