xfce.gigolo: move to top-level

This commit is contained in:
pancaek
2025-12-26 17:57:49 -08:00
parent daea301998
commit 48ee672865
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -18,8 +18,6 @@ makeScopeWithSplicing' {
#### APPLICATIONS
gigolo = callPackage ./applications/gigolo { };
mousepad = callPackage ./applications/mousepad { };
orage = callPackage ./applications/orage { };
@@ -96,6 +94,7 @@ makeScopeWithSplicing' {
xfwm4 = lib.warnOnInstantiate "xfce.xfwm4 was moved to top-level. Please use pkgs.xfwm4 directly" pkgs.xfwm4; # Added on 2025-12-26
xfce4-appfinder = lib.warnOnInstantiate "xfce.xfce4-appfinder was moved to top-level. Please use pkgs.xfce4-appfinder directly" pkgs.xfce4-appfinder; # Added on 2025-12-26
catfish = lib.warnOnInstantiate "xfce.catfish was moved to top-level. Please use pkgs.catfish directly" pkgs.catfish; # Added on 2025-12-26
gigolo = lib.warnOnInstantiate "xfce.gigolo was moved to top-level. Please use pkgs.gigolo directly" pkgs.gigolo; # 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