xfce.xfce4-icon-theme: move to top-level

This commit is contained in:
pancaek
2025-12-26 18:41:29 -08:00
parent 10cb1f1e7a
commit 39e42c5759
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -18,8 +18,6 @@ makeScopeWithSplicing' {
#### ART
xfce4-icon-theme = callPackage ./art/xfce4-icon-theme { };
xfwm4-themes = callPackage ./art/xfwm4-themes { };
}
@@ -78,6 +76,7 @@ makeScopeWithSplicing' {
xfce4-volumed-pulse = lib.warnOnInstantiate "xfce.xfce4-volumed-pulse was moved to top-level. Please use pkgs.xfce4-volumed-pulse directly" pkgs.xfce4-volumed-pulse; # Added on 2025-12-26
xfdashboard = lib.warnOnInstantiate "xfce.xfdashboard was moved to top-level. Please use pkgs.xfdashboard directly" pkgs.xfdashboard; # Added on 2025-12-26
xfmpc = lib.warnOnInstantiate "xfce.xfmpc was moved to top-level. Please use pkgs.xfmpc directly" pkgs.xfmpc; # Added on 2025-12-26
xfce4-icon-theme = lib.warnOnInstantiate "xfce.xfce4-icon-theme was moved to top-level. Please use pkgs.xfce4-icon-theme directly" pkgs.xfce4-icon-theme; # 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