wayfirePlugins: add comments for some aliases (#461212)

This commit is contained in:
Aleksana
2025-11-13 12:17:21 +00:00
committed by GitHub

View File

@@ -17,8 +17,8 @@ lib.makeScope pkgs.newScope (
) )
// lib.optionalAttrs config.allowAliases { // 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 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"; 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"; 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"; 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"; wwp-switcher = throw "wayfirePlugins.wwp-switcher has been removed as it is unmaintained"; # Added 2025-11-09
} }