Commit 991dd4ae authored by rewine's avatar rewine
Browse files

wayfirePlugins: add comments for some aliases

parent 54e64edf
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ lib.makeScope pkgs.newScope (
)
// lib.optionalAttrs config.allowAliases {
  firedecor = throw "wayfirePlugins.firedecor has been removed as it is unmaintained and no longer used by mate-wayland-session."; # Added 2025-09-03
  focus-request = throw "wayfirePlugins.focus-request is now included with wayfirePlugins.wayfire-plugins-extra";
  wayfire-shadows = throw "wayfirePlugins.wayfire-shadows is now included with wayfirePlugins.wayfire-plugins-extra";
  windecor = throw "wayfirePlugins.windecor has been removed as it is unmaintained";
  wwp-switcher = throw "wayfirePlugins.wwp-switcher has been removed as it is unmaintained";
  focus-request = throw "wayfirePlugins.focus-request is now included with wayfirePlugins.wayfire-plugins-extra"; # Added 2025-11-09
  wayfire-shadows = throw "wayfirePlugins.wayfire-shadows is now included with wayfirePlugins.wayfire-plugins-extra"; # Added 2025-11-09
  windecor = throw "wayfirePlugins.windecor has been removed as it is unmaintained"; # Added 2025-11-09
  wwp-switcher = throw "wayfirePlugins.wwp-switcher has been removed as it is unmaintained"; # Added 2025-11-09
}