xfce.mousepad: move to top-level

This commit is contained in:
pancaek
2025-12-26 17:58:06 -08:00
parent 48ee672865
commit 5c68b66f0e
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -18,8 +18,6 @@ makeScopeWithSplicing' {
#### APPLICATIONS
mousepad = callPackage ./applications/mousepad { };
orage = callPackage ./applications/orage { };
parole = callPackage ./applications/parole { };
@@ -95,6 +93,7 @@ makeScopeWithSplicing' {
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
mousepad = lib.warnOnInstantiate "xfce.mousepad was moved to top-level. Please use pkgs.mousepad directly" pkgs.mousepad; # 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