From dfd759331b344dd022199149debafe7c51a7773b Mon Sep 17 00:00:00 2001 From: pancaek <20342389+pancaek@users.noreply.github.com> Date: Wed, 24 Dec 2025 13:12:24 -0800 Subject: [PATCH] xfce4-i3-workspaces-plugin: move to top-level --- .../xf}/xfce4-i3-workspaces-plugin/gettext-0.25.patch | 0 .../xf/xfce4-i3-workspaces-plugin/package.nix} | 0 pkgs/desktops/xfce/default.nix | 3 +-- 3 files changed, 1 insertion(+), 2 deletions(-) rename pkgs/{desktops/xfce/panel-plugins => by-name/xf}/xfce4-i3-workspaces-plugin/gettext-0.25.patch (100%) rename pkgs/{desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix => by-name/xf/xfce4-i3-workspaces-plugin/package.nix} (100%) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/gettext-0.25.patch b/pkgs/by-name/xf/xfce4-i3-workspaces-plugin/gettext-0.25.patch similarity index 100% rename from pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/gettext-0.25.patch rename to pkgs/by-name/xf/xfce4-i3-workspaces-plugin/gettext-0.25.patch diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix b/pkgs/by-name/xf/xfce4-i3-workspaces-plugin/package.nix similarity index 100% rename from pkgs/desktops/xfce/panel-plugins/xfce4-i3-workspaces-plugin/default.nix rename to pkgs/by-name/xf/xfce4-i3-workspaces-plugin/package.nix diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix index 8db8899e8c49..1d8e295718dd 100644 --- a/pkgs/desktops/xfce/default.nix +++ b/pkgs/desktops/xfce/default.nix @@ -89,8 +89,6 @@ makeScopeWithSplicing' { #### PANEL PLUGINS - xfce4-i3-workspaces-plugin = callPackage ./panel-plugins/xfce4-i3-workspaces-plugin { }; - xfce4-netload-plugin = callPackage ./panel-plugins/xfce4-netload-plugin { }; xfce4-notes-plugin = callPackage ./panel-plugins/xfce4-notes-plugin { }; @@ -161,5 +159,6 @@ makeScopeWithSplicing' { 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 xfce4-genmon-plugin = lib.warnOnInstantiate "‘xfce.xfce4-genmon-plugin’ was moved to top-level. Please use ‘pkgs.xfce4-genmon-plugin’ directly" pkgs.xfce4-genmon-plugin; # Added on 2025-12-19 + xfce4-i3-workspaces-plugin = lib.warnOnInstantiate "‘xfce.xfce4-i3-workspaces-plugin’ was moved to top-level. Please use ‘pkgs.xfce4-i3-workspaces-plugin’ directly" pkgs.xfce4-i3-workspaces-plugin; # Added on 2025-12-19 }