xfce.tumbler: move to top-level

This commit is contained in:
pancaek
2025-12-26 16:14:04 -08:00
parent e39664137d
commit de1a24f7c8
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -17,8 +17,6 @@ makeScopeWithSplicing' {
{
#### CORE
tumbler = callPackage ./core/tumbler { };
xfce4-session = callPackage ./core/xfce4-session { };
xfce4-settings = callPackage ./core/xfce4-settings { };
@@ -105,6 +103,7 @@ makeScopeWithSplicing' {
thunar = lib.warnOnInstantiate "xfce.thunar was moved to top-level. Please use pkgs.thunar directly" pkgs.thunar; # Added on 2025-12-26
thunar-unwrapped = lib.warnOnInstantiate "xfce.thunar-unwrapped was moved to top-level. Please use pkgs.thunar-unwrapped directly" pkgs.thunar-unwrapped; # Added on 2025-12-26
thunar-volman = lib.warnOnInstantiate "xfce.thunar-volman was moved to top-level. Please use pkgs.thunar-volman directly" pkgs.thunar-volman; # Added on 2025-12-26
tumbler = lib.warnOnInstantiate "xfce.tumbler was moved to top-level. Please use pkgs.tumbler directly" pkgs.tumbler; # 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