diff --git a/pkgs/desktops/xfce/applications/xfce4-notifyd/default.nix b/pkgs/by-name/xf/xfce4-notifyd/package.nix similarity index 100% rename from pkgs/desktops/xfce/applications/xfce4-notifyd/default.nix rename to pkgs/by-name/xf/xfce4-notifyd/package.nix diff --git a/pkgs/desktops/xfce/default.nix b/pkgs/desktops/xfce/default.nix index f49632f37d30..f5f06f285754 100644 --- a/pkgs/desktops/xfce/default.nix +++ b/pkgs/desktops/xfce/default.nix @@ -32,8 +32,6 @@ makeScopeWithSplicing' { xfce4-volumed-pulse = callPackage ./applications/xfce4-volumed-pulse { }; - xfce4-notifyd = callPackage ./applications/xfce4-notifyd { }; - xfce4-panel-profiles = callPackage ./applications/xfce4-panel-profiles { }; #### ART @@ -89,6 +87,7 @@ makeScopeWithSplicing' { ristretto = lib.warnOnInstantiate "‘xfce.ristretto’ was moved to top-level. Please use ‘pkgs.ristretto’ directly" pkgs.ristretto; # Added on 2025-12-26 xfburn = lib.warnOnInstantiate "‘xfce.xfburn’ was moved to top-level. Please use ‘pkgs.xfburn’ directly" pkgs.xfburn; # Added on 2025-12-26 xfce4-dict = lib.warnOnInstantiate "‘xfce.xfce4-dict’ was moved to top-level. Please use ‘pkgs.xfce4-dict’ directly" pkgs.xfce4-dict; # Added on 2025-12-26 + xfce4-notifyd = lib.warnOnInstantiate "‘xfce.xfce4-notifyd’ was moved to top-level. Please use ‘pkgs.xfce4-notifyd’ directly" pkgs.xfce4-notifyd; # Added on 2025-12-26 thunar-archive-plugin = lib.warnOnInstantiate "‘xfce.thunar-archive-plugin’ was moved to top-level. Please use ‘pkgs.thunar-archive-plugin’ directly" pkgs.thunar-archive-plugin; # Added on 2025-12-26 thunar-dropbox-plugin = lib.warnOnInstantiate "‘xfce.thunar-dropbox-plugin’ was moved to top-level. Please use ‘pkgs.thunar-dropbox-plugin’ directly" pkgs.thunar-dropbox-plugin; # Added on 2025-12-26