xfce4-fsguard-plugin: move to top-level

This commit is contained in:
pancaek
2025-12-24 12:45:08 -08:00
parent c1aeb8eb96
commit 68e1de2e5e
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -89,8 +89,6 @@ makeScopeWithSplicing' {
#### PANEL PLUGINS
xfce4-fsguard-plugin = callPackage ./panel-plugins/xfce4-fsguard-plugin { };
xfce4-genmon-plugin = callPackage ./panel-plugins/xfce4-genmon-plugin { };
xfce4-i3-workspaces-plugin = callPackage ./panel-plugins/xfce4-i3-workspaces-plugin { };
@@ -163,5 +161,6 @@ makeScopeWithSplicing' {
xfce4-dockbarx-plugin = lib.warnOnInstantiate "xfce.xfce4-dockbarx-plugin was moved to top-level. Please use pkgs.xfce4-dockbarx-plugin directly" pkgs.xfce4-dockbarx-plugin; # Added on 2025-12-19
xfce4-docklike-plugin = lib.warnOnInstantiate "xfce.xfce4-docklike-plugin was moved to top-level. Please use pkgs.xfce4-docklike-plugin directly" pkgs.xfce4-docklike-plugin; # Added on 2025-12-19
xfce4-eyes-plugin = lib.warnOnInstantiate "xfce.xfce4-eyes-plugin was moved to top-level. Please use pkgs.xfce4-eyes-plugin directly" pkgs.xfce4-eyes-plugin; # Added on 2025-12-19
xfce4-fsguard-plugin = lib.warnOnInstantiate "xfce.xfce4-fsguard-plugin was moved to top-level. Please use pkgs.xfce4-fsguard-plugin directly" pkgs.xfce4-fsguard-plugin; # Added on 2025-12-19
}